Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to transform text file from Unicode UTF8 to Windows1
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01401743
Message ID:
01401756
Views:
47
Dear Gregory
Thanks for the help, but i cannot reverse the whole string ( i have numbers, english characters and what not, all stuff that need not be reversed, only the hebrew sentences ).
Boris' solution seems perfect, since i was looking like crazy to implement the ISO-8859-8 encoding ( Hebrew Visual ) but couldn't find it anywhere. I'll post if that works fine...

Jaime

>If there are no hex 00 in the string, this works as well
>
>
>function StringReverse(s)
>
>	declare string  _strrev in msvcrt.dll as StringReverse string
>	
>	return StringReverse(m.s)
>endfunc
>
Why do programs stop working correctly as soon as you leave the Fox?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform