LibreOffice 7.5 Help
рдЪрд▓рд▓рд╛рдИ рдорд╛рдирд╛рдЩреНрдХрди рдЧрд░реНрджрдЫ ред
[Let] variable = expression
variable: Variable that you want to assign a value to. Value and variable type must be compatible.
As in most BASIC dialects, the keyword Let is optional.
Sub ExampleLet
Dim sText As String
Let sText = "Las Vegas"
MsgBox Len(sText) REMрд▓реЗ реп рдлрд░реНрдХрд╛рдЙрдБрдЫ
End Sub