cmd_text Function (ROM Call 0x394)

AMS 1.01 or higher bascmd.h

void cmd_text (CESI string);

Executes TI-Basic 'Text' command.

cmd_text displays the dialog box without a title which contains only s static text message and the 'OK' button. The parameter string should point to the tag of a string item which describes the text to be displayed.


Uses: DlgMessage, next_expression_index, DrawStrWidth


See also: cmd_request, cmd_dialog, dialogs.h, DlgMessage