I have retrieved data from an external text file using FILEIO extra and placed it in a cast member of field type.
This part works fine. I now need to put the data from the field into a global variable of list type so that I can call items from the list in different scripts.
The scripts are simple "goto" scripts and the list items are strings that are used as markers (I have tested this portion using hand written list variable and it works fine also).
I just need to get the field data into a list variable. I have tried a ton of different conventions and read every book I own, to no avail....Any help would be much appreciated.
This part works fine. I now need to put the data from the field into a global variable of list type so that I can call items from the list in different scripts.
The scripts are simple "goto" scripts and the list items are strings that are used as markers (I have tested this portion using hand written list variable and it works fine also).
I just need to get the field data into a list variable. I have tried a ton of different conventions and read every book I own, to no avail....Any help would be much appreciated.