Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TextMerge()
Message
De
29/03/2019 09:07:55
 
 
À
29/03/2019 08:31:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01667676
Message ID:
01667685
Vues:
38
How if I have
<<#_str1#>>
instead
<<_str1>>
?
this example not working with
<<#_str1#>>
with this solution


>Hi Rick,
>
>Okay, and this is good, it works.
>But I would also like to try with TextMerge () solution
>
>Thanks

You'll have to iterate through your table and populate local variables, then change your TEXT TO code to something like this:
TEXT TO mtekst1 noshow

First line : <<_str1>>
Second line: <<_str2>>  and then again <<_str1>>  and  <<_str3>>  for the end
Third line: <<_str3>> 
 
ENDTEXT

_str1 = "cvt1"
_str2 = "cvt2"
_str3 = "cvt3"

? TEXTMERGE(mTekst1)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform