Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting WinHttpRequest response to application code
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01686154
Message ID:
01686175
Views:
30
Hi,
>
> If you have VFP 9 then: STRCONV(cExpression, nConversionSetting [, nRegionalIdentifier [, nRegionalIDType]])
>
>nRegionalIDType it's a flag if nRegionalIdentifier is Locale ID, codepage or FontCharSet. (modified)

>
> cres='?'
> ON ERROR note
> cres = STRCONV(CHR(0xc3)+CHR(0x83)+ CHR(0xc2)+CHR(0x9c) ,11 , 1257, 1)
> ON ERROR
>
>IF cres#'?'
>  ? i, cres
>  ENDIF
>
>ENDFOR
>
It outputs question mark.
Andrus
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform