lua is loosely typed so you do not need to define variable types
in lua you could use:-
a=0
or
a="hello"
but others like vb use:-
dim a As string="Hello"
or
dim b As integer =0
0
Please use code formatting; also if I remember correctly in VB types are capitalized (`String` not `string` and `Integer` not `integer`)BlueTaslem18071— 10y