You can use "data" statements to store strings within code.
` Define an array
dim tex$(20)
t=0
do
` Read the data
read Tex$(t)
` Check if the data reaches the end
if Tex$(t)="!" then exit
inc t
loop
` Make Max = the last string #
Max=t-1
for t=0 to Max
print "Tex$("+str$(t)+") = "+Tex$(t)
next t
wait key
data "this","is","a","list","of","data"
data "you","can","make","it","as","long","as","you","want","!"
Are you loading from a file already? Post your code in code snips so I can see what your code is doing to get the error.
Do it like this:
[ code ]
Your code here.
[ /code ]
If you remove the spaces between the brackets we see this: