Forum Discussion
TheEndless
14 years agoRoku Guru
If you look at the result of the Eval, you'll see:
My guess would be that labels are interpreted during the compile, so they're not available at runtime, when the Eval is being executed. You get the same error if you type "goto Hello" at the debug command prompt.
ERRSTR: "Label/Line Not Found."
FILESPEC: "$LIVECOMPILE"
ERRNO: 14
LINENO: 0
My guess would be that labels are interpreted during the compile, so they're not available at runtime, when the Eval is being executed. You get the same error if you type "goto Hello" at the debug command prompt.