Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP equivalent to VB :=
Message
De
30/01/2001 20:22:36
 
 
À
30/01/2001 20:04:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00470447
Message ID:
00470459
Vues:
30
>My question involves the bolded line for TypeText. I've probably got this wrong, but reading the VB help I got the impression that := was used to pass a parameter to a function by name rather than by positon. The same code in VFP generated a syntax error.
>
>I couldn't find an equivalent in the VFP 6.0 help. I'm hoping someone here can enlighten me as to what this is and what a VFP equivalent code would be.

VFP doesn't support named parameters. You have to find what order the parameterlist takes, and pass the parameters in order. Fortunately the TypeText function takes only a single parameter, the Text to output.
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform