I have this array:

move = new Array("c1+1", "p2=4","c1=3", "p4=3","cT+1","p8=2","c5+1");

How can I load this from a txt file?

I use loadVariables and it doesn't load anything.