Programming with Reflection
T27AlternativeUSChar property
Syntax |
object.T27AlternativeUSChar |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the ASCII code value for the unit separator character used for Forms mode in T27 emulation.
For example, this statement sets the unit separator to US (ASCII 31):
Session.T27AlternativeUSChar = 31
The default value is 31.
The range of values is 0 - 256.