Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursortoxml-xmltocursor
Message
 
À
08/02/2010 13:35:23
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01448046
Message ID:
01448211
Vues:
45
>Well, somehow a chr(7) got into the data
> :-)
>
>I filter that out and verything is OK
>
>Peter
>


i use following to stip bad characters
lcBadChar = ""
for i = 0 to 32
   if ( ! inlist( i, 9, 10, 13 ) )
         lcBadChar = lcBadChar + chr(i)
   endif
endfor

lcReturnSTring = chrtran(lcMemoString,lcBadChar,space(len(lcBadChar)))

RETURN lcReturnString
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform