LibreOfficeDev 24.8 Help
Outputs the specified strings or numeric expressions to the screen or to a sequential file.
Print [#filenum,] expression1[{;|,} [Spc(number As Integer);] [Tab(pos As Integer);] [expression2[...]]
filenum: Any numeric expression that contains the file number that was set by the Open statement for the respective file.
expression: Any numeric or string expression to be printed. Multiple expressions can be separated by a semicolon. If separated by a comma, the expressions are indented to the next tab stop. The tab stops cannot be adjusted.
number: Number of spaces to be inserted by the Spc function.
pos: Spaces are inserted until the specified position.
ប្រសិនបើសញ្ញាចំណុចក្បៀស ឬសញ្ញាក្បៀសលេចឡើងបន្ទាប់ពីកន្សោមដែលនឹងត្រូវបោះពុម្ព LibreOfficeDev Basic រក្សាទុកអត្ថបទក្នុងអង្គចងចាំបណ្តោះអាសន្នមួយ និងបន្តប្រតិបត្តិកម្មវិធីដោយមិនបោះពុម្ព ។ នៅពេលជួបប្រទះ Print statement ផ្សេងទៀតដែលគ្មានសញ្ញាចំណុចក្បៀស ឬសញ្ញាក្បៀសនៅចុងបញ្ចប់ អត្ថបទទាំងអស់ដែលនឹងត្រូវបោះពុម្ពត្រូវបានបោះពុម្ពភ្លាមៗ ។
កន្សោមលេខវិជ្ជមានត្រូវបានបោះពុម្ពដោយមានដកឃ្លានៅពីមុខ ។ កន្សោមអវិជ្ជមានត្រូវបានបោះពុម្ពដោយមានសញ្ញាដកនៅពីមុខ ។ ប្រសិនបើជួរពិតប្រាកដត្រូវបានលើស សម្រាប់តម្លៃទសភាគ កន្សោមជាលេខរៀងៗខ្លួនត្រូវបានបោះពុម្ពក្នុង កំណត់អិចស្ប៉ូណង់ស្យែល ។
ប្រសិនបើកន្សោមដែលនឹងត្រូវបោះពុម្ពលើសប្រវែងពិតប្រាកដ ការបង្ហាញនឹងរុំទៅជួរបន្ទាប់ដោយស្វ័យប្រវត្តិ ។
You can insert the Tab function, enclosed by semicolons, between arguments to indent the output to a specific position, or you can use the Spc function to insert a specified number of spaces.