LibreOffice 24.8 Help
Hornyo soorramaanchoho gaamanno.
  
[Let] variable = expression
variable: Variable that you want to assign a value to. Value and variable type must be compatible.
BASIC qaali giddo, qaraqaale Let baxi giwo ikkitanno.
Sub ExampleLet
Dim sText As String
    Let sText = "Las Vegas"
    MsgSaaxine Len(sBorro) ' 9 qolanno
End Sub