sdpsc
Technical User
- Feb 10, 2001
- 76
I have this code:
-----
for i = 1 to dbs
?mfolder(i)
md mfolder(i)
endfor
-----
mfolder is an array contain strings, and I want to make a folder named for what is in the array. When I run this, it gives me the error "Not a character expression," but it still creates the folder. Any help on why that error pops up and what I can do to prevent it would be greatly appreciated. Thanks.
-----
for i = 1 to dbs
?mfolder(i)
md mfolder(i)
endfor
-----
mfolder is an array contain strings, and I want to make a folder named for what is in the array. When I run this, it gives me the error "Not a character expression," but it still creates the folder. Any help on why that error pops up and what I can do to prevent it would be greatly appreciated. Thanks.