Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Not a character expression

Status
Not open for further replies.

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.
 
'i' is an integer, mfolder is an array.
 
Oh for duh, I figured it out. Thanks for your reply.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top