does anyone know how to read from a file on gE?
for example:
read(file.txt); //read it line by line
var1 = line1;
var2 = line2;
you read the data from a file then set it to any variable you have after reading it.
any help would be great. trying to figure it out myself as well. thank you.