[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference ilbbak::ibi_focus

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

495.0. "SOUNDING THE TERMINAL BELL" by DVLP00::WALSH_T () Sat Feb 08 1992 10:06

    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.RTitleUserPersonal
Name
DateLines
495.1DESERT::BAXATue Feb 11 1992 13:325
    
    -SET &BELL = ^G;
    -WRITE SYSIN   &BELL
    
    -* There has to be at least two spaces between SYSIN and &BELL.