Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is this a Bug in Concatenated String ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00754611
Message ID:
00754650
Vues:
19
>The line lcTxt=lcTxt+.Controls(ln).Render() does not add the text returned by the render
>function, instead replaces lcTxt with the value returned. Thus loosing all the previously
>accumulated text in the string. This happens on the recusive call to the container Render
>function. This happens with or without the "with/Endwith" code.

What happens if you change it to lcTxt = "" + lcTxt + .Controls(ln).Render()?
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform