Error code Sys 1244 "the Script contains an invalid Character (OpenInsight Specific)
At 17 SEP 1999 02:11:33PM Dale Walker wrote:
I get this message everytime I am in System Editor Even trying compile a blank screen, a single line with an "*" or legitimate code.
What am I (not) doing (in)correctly?
Dale
At 19 SEP 1999 11:58AM [email protected] - [url=http://www.sprezzatura.com]Sprezzatura Group[/url] wrote:
You can't just compile a blank screen in OpenInsight. For reasons that are way to complicated to get into on this board, just accept that each procedure in OpenInsight requires a header statement of
Function,
Subroutineor
Routine.
Additionally, Subroutine and Routine must have at least one parameter. Function does not require any parameters. Also, since these programs are not ARev style main programs, they all require a return.
As for what the differences are,
Functionand
Subroutinework just like their ARev counterparts.
Routineis a special type of program that you probably will never use. It's designed to work directly with the engine and generally returns it's data to an output window defined by the program.
At 20 SEP 1999 12:04PM Dale Walker wrote:
Thanks Aaron.
I appreciate your assistance in helping me understand whats going on.
Dale