Home › Forums › General › Programming › 4 separate on/off switches on same parameter address? › Reply To: 4 separate on/off switches on same parameter address?
September 24, 2017 at 4:09 am
#73081
I think the ‘ipairs’ or ‘pairs’ must be unique to lua, but it is central to any programming language (looping through an array’s index and value), so the syntax will vary from language to language, for example php uses foreach (i as v){} – but if you get into lua you will need to be familiar with ipairs and pairs (there is a difference).
Regards