Admin Production rocket
Current Publication

CBL_READ_KBD_CHAR

NetExpress Bookshelf Help V5.1 WrapPack 1
Rocket® Net Express™ (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.

CBL_READ_KBD_CHAR

Waits until a character is typed and then reads it with no echo.

Syntax:
call "CBL_READ_KBD_CHAR" using     char
                         returning status-code
Parameters:
Using call prototype (see Key) Picture (32-bit systems)
char cblt-x1-compx. pic x.
status-code See Key.
On Entry:

None

On Exit:
char The character that was typed, in ASCII.
Comments:

Example of using keyboard routines

See Also:

Related Topics