Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP Syntax Coloring in HTML
Message
De
05/03/2000 00:45:06
 
 
À
04/03/2000 23:58:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00341120
Message ID:
00341829
Vues:
22
>Then why do you bother to replace all instances of a string with the exact same string, twice?

Ok, here is the what is should be: (I only added the top line)

lcCode = strtran(lcCode, '&', '&')
lcCode = strtran(lcCode, '<', '&lt;')
lcCode = strtran(lcCode, '>', '&gt;')


And as you can see (since this came from the program), all is good, thanks!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform