Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why is SEEK command showing error?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00939863
Message ID:
00939972
Vues:
17
<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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform