Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why is SEEK command showing error?
Message
From
07/09/2004 13:00:59
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00939863
Message ID:
00940028
Views:
21

Terry,

You still missing the point. The "|" between command clauses means that only one of them can be used at time. The both forms of RETURN statement you posted are invalid according to the help.

* Invalid
RETURN lc TO P1 && doesn't work
RETURN TO P1 lc && works but is not documented. Use on your own risk
* Valid
RETURN lc
RETURN TO P1
RETURN TO MASTER


Where is the proof that the documentation is correct ?

If this is a doc bug and i rewrite the command syntax:
RETURN [TO MASTER | TO ProcedureName] [eExpression] 
all it returns to place.
Previous
Reply
Map
View

Click here to load this message in the networking platform