Admin Production rocket
Current Publication

IsJISRoman Property

Reflection Desktop VBA Guide V18.0.2
IsJISRoman Property
In This Topic
This property returns or specifies how character 92 is displayed by default when HostCharacterSet is set to DECKanji1983 or DECKanji1978.
Syntax

                     
                     
expression.IsJISRoman As Boolean

                  
where expression is a variable that represents a Screen Object
Remarks
When this property is set to true, character 92 is displayed as a Yen character and the character set in G0 is JIS-Roman.

When this parameter is set to false, character 92 is displayed as a backslash character (\) and the character set in G0 is ASCII.

See Also