Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is it possible to split expression in TEXTMERGE
Message
 
 
À
09/04/2002 14:41:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00642820
Message ID:
00642826
Vues:
12
>I use VFP 7 TEXT TO myvar TEXTMERGE command.
>
>I need to split a long expression between << >> into multiple lines for
>readability.
>
>However, the following program produces syntax error.
>How to split expression into multiple lines ?
>
>
>TEXT TO myvar TEXTMERGE
><< 1+ ;
>2>>
>ENDTEXT
>
How about storing the expression to a memory variable, then doing something like: << eval(lcMemVar) >>
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform