Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Converting WinHttpRequest response to application code
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
01686154
Message ID:
01686175
Vues:
31
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform