Assignment

Variable = Expression

Assigns the value of an expression to one of the following elements :

Example :

iVal = 1972
Name = "Gambas"
hObject.Property = iVal
cCollection[sKey] = Name
...

Referenced by: GambasAssignment GambasIndexByCategory GambasIndexByName