Specifying display mode

Function

Specify the display mode.

Syntax

Detailed Description

BHTs offer the following display modes. Choose the one best matching the display contents.

ANK (alphanumerics and Katakana) mode
Use this for displays consisting of alphanumeric text.
Kanji mode
Use this for displays mixing Kanji and alphanumeric text.

Examples

Displaying in ANK mode
  screen 0
  locate 1,1
  print "Program Start!"
Displaying in Kanji mode
  screen 1
  locate 1,5
  print "Program Start!"

(C)2002-2004 DENSO WAVE INCORPORATED All right reserved