Title: | FOCUS, from INFORMATION BUILDERS |
Moderator: | ZAYIUS::BROUILLETTE |
Created: | Thu Feb 19 1987 |
Last Modified: | Mon May 05 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 615 |
Total number of notes: | 1779 |
When prompting a user for a variable, or when completing a routine I would like to signal the use by sounding the terminal bell. I've embedded this in a DCL command, but how would I do this in FOCUS? Any suggestions.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
495.1 | DESERT::BAXA | Tue Feb 11 1992 13:32 | 5 | ||
-SET &BELL = ^G; -WRITE SYSIN &BELL -* There has to be at least two spaces between SYSIN and &BELL. |