LibreOfficeDev 26.2 abi
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.
Kui viimase prinditava avaldise järel on semikoolon või koma, siis salvestab LibreOfficeDev Basic teksti sisemisse puhvrisse ja jätkab programmi käitamist ilma printimiseta. Kui leitakse järgmine ilma semikooloni või komata lause Print, siis prinditakse kohe kogu tekst.
Positiivsed arvavaldised prinditakse eestühikuga. Negatiivsed avaldised prinditakse avaldise ees oleva miinusmärgiga. Kui ujukomaväärtuste määratud vahemik on ületatud, prinditakse vastava arvavaldis eksponenttähistusega.
Kui prinditav avaldis ületab kindlaksmääratud pikkuse, kuvatakse pikkuse ületav osa automaatselt järgmisel real.
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.