Definition:
#include <aPrint.tea>
| void aPrint_IntBin( | int i); |
Parameters:
| i | - | The integer to format and display as a binary number. |
Return Value:
This routine does not return a value.
Description:
This routine formats the integer variable as a 16-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 by a cmdVM_MSG code (0x84), and sends it across the link for display.
Example:
Related:
version: 1.0, build 80903
© Copyright 1994-2008 Acroname, Inc., Boulder, Colorado. All rights reserved.