Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>beep() - cause the speaker to beep</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     beep() - cause the speaker to beep
  Usage:    beep(<numtimes>)
  Params:   integer <numtimes>, number of times to beep
  Returns:  nothing

 ---------------------------------- Example ---------------------------------

                 fname = space(10)
                 @ 10,0  say "Enter file Name:" get fname
                 read

                 if .not. isfile(fname)
                      print(0,0,"File "+fname+" does not exist")
                      beep(2)
                 endif


See Also: sound()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson