|
| KiXtart 2001 Manual |
SetASCII( )
| Action: | Enables
enabling/disabling of ASCII output. In KiXtart, standard console output is
in Unicode, and SetASCII enables you to change this to ASCII, so you can
output extended characters, such as line characters. |
||
| Syntax: | SETASCII
("mode") |
||
| Parameters: |
Mode
|
||
| Returns: |
|
||
| Example: |
$previousstate = SetASCII( “ON” ) ? "═══════════" ; output ASCII line characters $rc
= SetASCII( $previousstate ) |
||
| Remarks: | SetASCII is only supported for backward compatibility. New scripts should use the SetOption( ) function. | ||