dbtext(3G) — Silicon Graphics
NAME
dbtext − sets the dial and button box text
SPECIFICATION
C
dbtext(str)
char *str
FORTRAN
subroutine dbtext(str)
character*(8) str
Pascal
procedure dbtext(var str: Byte);
DESCRIPTION
dbtext places up to eight characters of text into the text window on the dial and button box. Use only digits, spaces, and uppercase letters.
SEE ALSO
setdblights Programming Guide, Section 7.5, Controlling Peripheral Input/Output Devices
NOTE
This routine is available only in immediate mode.
Version 3.6 — December 20, 1987