Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why is SEEK command showing error?
Message
De
07/09/2004 13:00:59
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00939863
Message ID:
00940028
Vues:
22

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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform