Definition:
#include <aPrint.tea>
| void aPrint_CharBin( | char c); |
Parameters:
| c | - | The character to format and display as a binary number. |
Return Value:
This routine does not return a value.
Description:
This routine formats the character variable as an 8-digit binary number and displays the result on the Console Output Area. The TEA virtual machine places each character of the text representation of the binary value in a packet with a leading cmdVM_MSG byte (0x84) and process ID byte and sends it across the link for display.
Example:
Related:
version: 1.0, build n.a.
© Copyright 1994-2012 Acroname, Inc., Boulder, Colorado. All rights reserved.