PI1X Basic Programming Manual Ver. 1.10
73/156
Description
:
Several key arguments as below:
BlockNo%
TextBlock number(0~15)
Show%
1:Show cursor
0:Hide cursor
Type%
0: Cursor off.
1: Cursor on, and cursor type is a line as _.
2: Cursor on, and cursor type is a line as |.
3: Cursor on, and cursor type is a block as ■.
Purpose
:
To switch TextBlock.
Syntax
:
A%=SWITCHTEXTBLOCK(BlockNo%)
Example
:
A%=SWITCHTEXTBLOCK(1)
Description
:
A%
is an integer variable to be assigned to the result.
A%
Meaning
0
Switch fail.
1
Switch success.
BlockNo%
is an integer variable in the range from 0 to 15.