Let Statement
Hornyo soorramaanchoho gaamanno.
Ganallo:
[Let] variable = expression
Eishshuwa:
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.
Lawishsha:
Sub ExampleLet
Dim sText As String
Let sText = "Las Vegas"
MsgSaaxine Len(sBorro) ' 9 qolanno
End Sub