Label Special Keys |
Top Previous Next |
This function sets the tooltips for the special key buttons when the Special Keys window is shown.
Special key table:
Example To label the Print key with the tooltip "Generate AR report...": PRINT CHR$(27);CHR$(2); PRINT CHR$(39); PRINT "Generate AR report...";CHR$(0);
|