> > Problem with #read
The following code produces this error:
#local ohh=ahh <----ERROR
Parse Error: Cannot assign uninitialized identifier.
Code:
#fopen wfile "nothing.txt" write
#fclose wfile
#fopen rfile "nothing.txt" read
#read(rfile,ahh)
#ifdef(ahh)
#local ohh=ahh;
#end
#fclose rfile
Post a reply to this message
|