NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HxLink DID NOT INITIALIZE

Return without GoSub (Error 3)

A Return statement must have a corresponding GoSub statement. This error has the following cause and solution:

Unlike For...Next, While...Wend, and Sub...End Sub, which are matched at compile time, GoSub and Return are matched at run time.

For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).

See Also

For...Next Statement | GoSub...Return Statement | Sub Statement | While...Wend Statement