Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problema com caracter
Message
From
29/07/2003 20:46:14
Cleber Ferrari
Capta Tecnologia
Brazil
 
 
To
29/07/2003 17:11:26
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00814678
Message ID:
00814779
Views:
7
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform