Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why is SEEK command showing error?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00939863
Message ID:
00939972
Views:
19
<snip>
>There are a couple of xBase commands in VFP that don't structure as designated in VFP. FOr example, the RETURN command is advertised as:
>RETURN myValue to MyProcedure
>But this will actually generate a compile error. However, if we switch the arguments around:
> RETURN TO MyProcedure MyValue

Actually the syntax is
RETURN [eExpression | TO MASTER | TO ProcedureName]
Which means that you can pick one of the options but cannot combine them.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform