Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problema com caracter
Message
De
29/07/2003 20:46:14
Cleber Ferrari
Capta Tecnologia
Brésil
 
 
À
29/07/2003 17:11:26
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Divers
Thread ID:
00814678
Message ID:
00814779
Vues:
8
Alex,

Ótima ideia a sua ! Tratar apenas o "XML" é muito mais fácil do que fazer algo durante o select !

Fiz uma função para tirar os caracteres sujos :
Function f_tiracaractersujo
	Parameters par_string
	Local i
	For i=1 To 31
		If i<>9 .And. i<>10 .And. i<>13
			par_string=Strtran(par_string,Chr(i),"")
		Endif
	Endfor
	Return par_string
Isso teoricamente resolverá. Vou testar bastante e te conto o resultado.

Obrigado
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform