[06 Feb 2008] Falling at the first hurdle
Posted: Sat Jun 13, 2020 5:31 pm
Note: This is an archived post that was originally sent to the Hollywood mailing list on Wed, 06 Feb 2008 10:00:00 -0000
Hi. I have copied the ReadDirectory() example from the Hollywood guide into a blank test document called rdir.hws.
When attempting to compile the script I get the following error:
Why isn't this working?
Hi. I have copied the ReadDirectory() example from the Hollywood guide into a blank test document called rdir.hws.
Code: Select all
f$ = ()
d$ = ()
ReadDriectory("SYS:",f$,d$)
WaitLeftMouse()
Code: Select all
Unexpected symbol!
File: rdir.hws (current line: 1)