sakura/en/Input Character

Last-modified: 2008-03-29 (土) 14:26:01

Input Character

The character, the em-size character, and the text are inserted.

In the character input and the em-size character input

  • The insertion output is done at "Insert Mode".
  • The superscription is output at "Overwrite Mode".

The text in putting

  • The insertion output is always done regardless of "Insert Mode" or "Overwrite Mode".

Macro Syntax

Input Character

  • Syntax
    Char( int1 :Integer );
    • int1 : Character code
  • Record
    The key input of the direct input is recorded.

Input Zenkaku Character

  • Syntax
    CharIme( int1 :Integer );
    • int1 : Zenkaku character code
  • Record
    Not support

Paste Text

  • Syntax
    InsText( str1 :String );
    • str1 : String
  • Record
    Record IME input.