Hello All,
I've written a REXX file to add missing descriptions about area's for GoldEd.
I tried to seek by giving a variable to the stream function:
BeginOfFile = "seek =1"
check = stream( file, 'C', BeginOfFile ) /* seek to begin of file */
but this results in error messages. I don't understand that.
this works:
check = stream( file, 'C', "seek =1" ) /* seek to begin of file */
So why doesn't work the one with the variable and with a literal string it
does work??
Greetings -=Eddy=- email: eddy.thilleman@net.hcc.nl
... He orders you to surrender this `wessel'! -- Checkov
--- GoldED/2 3.0.1
3615/7
* Origin: Windows95 is a graphic DOS extender (2:500/143.7)
|