Is it possible to create a file with the name taken from a variable?
if it is, how is it done?
the code i am using obviously isnt working because i think i'm doing it all wrong.
+ Code Snippetfor i = 1 to 10
open to write i, "Files\data\userdata\"rnd(999)".sav"
close file i
next i
Thanks, Mike