Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can I use the field() command in a replace statement.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00353285
Message ID:
00353296
Vues:
14
>You'll need to set a variable to hold the retun value of the Field() function.
>
>For example:
>
>cField = field(nCntr)
>replace (cField) with alltrim(fgets(nFile))
>
>

Hi Henry,

In common, you don't really need to hold the return value of the Field() function.

Replace (Field( nCntr)) ...
will work fine.

Best regards.

Alex
Alex
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform