Variable BlockStatus

Top 

Declaration:

int BlockStatus;

This is the type of block in the current Source The system.h system header file contains definitions of constants:

    EB_NONE    - no block

    EB_LINE    - line block

    EB_VERT    - vertical block

    EB_STREAM  - stream block

Also, see Text Editor Functions.