I could possibly just convert them into text arrays and separate them with ";"
for example "1;2;3;4;5;6;7;8;9"
but I 'm not sure how
I also need to be able to locate their index
and update them as strings
and need to be able to do arithmetic on these
Maybe tokenat? but how would I write it back into the string form?