Definition:
Parameters:
| text | - | The text string to display. |
Return Value:
This routine does not return a value.
Description:
This routine displays the text input string in the Console Output Area. The TEA virtual machine places each character of the text string in a packet with a leading cmdVM_MSG byte (0x84) and process ID byte and sends it across the link for display.
Example:
aPrint_String("Hello World\n");
This would display the line "Hello World" on the Console.
Related:
version: 1.0, build n.a.
© Copyright 1994-2012 Acroname, Inc., Boulder, Colorado. All rights reserved.