Simple identifiers default to real-type numbers, so you need to declare the array as a string array. Just like you did with the string, append a dollar sign to the array's identifier, like this... DIM ARRAY$[10] STRING$="SMILEBASIC" ARRAY$[0]=STRING$