Set the code page of the output document.
| Code Block |
|---|
Object.SetCodePage(tuVal) |
Parameters
tuVal
The code page of the output document - see to CodePage property.
Applies To: oXFRX
XFRX version: 23 24.0
Examples
| Code Block |
|---|
= EVALUATE([xfrx("LOADRL")])
_Screen.oXFRX.SetCodePage(1250)
|
...