Hi,
Maybe is because I haven't been using b4ppc for the past 2 weeks or so but, how do I reference a string variable in this case?
file1="myfile.txt"
file2="second.png"
file.........
file20="lastfile.doc"
for x = 1 to 20
if file exist(???)=false then message the user......
Next x
How do I reference the file & x in this case?
I've tryed If fileexist(file & x) but it doesn't compute....
Maybe is because I haven't been using b4ppc for the past 2 weeks or so but, how do I reference a string variable in this case?
file1="myfile.txt"
file2="second.png"
file.........
file20="lastfile.doc"
for x = 1 to 20
if file exist(???)=false then message the user......
Next x
How do I reference the file & x in this case?
I've tryed If fileexist(file & x) but it doesn't compute....