LibreOffice 24.8 Help
αααααβαααααβαα½αβαα βα’αααβαα½αΒ α
[Let] variable = expression
variable: Variable that you want to assign a value to. Value and variable type must be compatible.
ααΌα βαα αααα»αααααΆαβααΆααΆβααΆαα αααΎα Basic ααΆααααααααΉαLet ααΊααΆαα α·αααΒ α
Sub ExampleLet
Dim sText As String
Let sText = "Las Vegas"
MsgBox Len(sText) REM Returns 9
End Sub