Are the arrays in a efs only one dimensional?
If yes, what are you doing if have to store more infos?
Something like this:
var sStr = x + "," + y +","+z;
store it in an array, and write a function to retrive a certain value.
Traveller
If yes, what are you doing if have to store more infos?
Something like this:
var sStr = x + "," + y +","+z;
store it in an array, and write a function to retrive a certain value.
Traveller
Comment