Variables and Arrays
kt88seamp
Posts: 112
Does spin support multidimentional arrays?
Also, does spin let you specify an array size based on the the value of a variable? such as:
This code does not work. Does this mean spin simply does not allow it or is there another way?
Also, does spin let you specify an array size based on the the value of a variable? such as:
PUB ReadEEPROM | eepromAddress, functionCodes[noparse][[/noparse]numberOfCommands], functionData[noparse][[/noparse]numberOfCommands]
This code does not work. Does this mean spin simply does not allow it or is there another way?
Comments