Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Embed Text ..EndText insideText ..EndText ?
Message
 
 
À
23/11/2003 18:23:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00852824
Message ID:
00852829
Vues:
8
Bill,
Text to lcText Textmerge Noshow
lc  
endText
>I'm using VFP 7.0
>
>I would like to feed Text ...EndText a variable that might have Textmerge characters inside it.
>
>Example:
>I would like to store something like this in a memo field
>
>myText .... <<lcValue>> ..... more text
>
>and in a method()
>
>..... myMethod()
>  local lc ,lcText ,lcValue
>  lcValue = <whatever>
>  lc = memo.value
>
>  Text to lcText Textmerge Noshow
>  &lc                && doesn't work
>  endText
>
>     or
>
>  Text to lcText Textmerge Noshow
>  <<lc>>             && doesn't work
>  endText
>
>and lcText would then be
>
>myText .... <whatever> ..... more text
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform