עזרה עבור LibreOffice 7.4
The Basic Editor provides the standard editing functions you are familiar with when working in a text document. It supports the functions of the Edit menu (Cut, Delete, Paste), the ability to select text with the Shift key, as well as cursor positioning functions (for example, moving from word to word with and the arrow keys).
Long lines can be split into several parts by inserting a space and an underline character _ as the last two characters of a line. This connects the line with the following line to one logical line. (If "Option Compatible" is used in the same Basic module, the line continuation feature is also valid for comment lines.)
If you press the \
Insert your Basic code between the Sub Main and End Sub lines that you see when you first open the IDE. Alternatively, delete all lines and then enter your own Basic code.
Select a library from the \
You can save Basic code in a text file for saving and importing in other programming systems.
You cannot save Basic dialogs to a text file.
Select the module that you want to export as text from the object catalog.
Click the \
Select a file name and click \
Select the module where you want to import the source code from the object catalog.
Position the cursor where you want to insert the program code.
Click the \
Select the text file containing the source code and click \