According to https://hackfox.github.io/section4/s4g127.html, there exist the following SET BELL related commands:
SET BELL ON | OFF
SET BELL TO [ nFreq, nSeconds ] && MS-DOS version
SET BELL TO [ cWavFile, nNothing ] && Windows, VFP 3 & 5 version
SET BELL TO [ cWavFile ] && VFP 6 and later, at last!
cBellOnOff = SET( "BELL" )
cWavFile = SET( "BELL" , 1 ) // returns the wav file
In X#, currently only the first form (SET BELL ON/OFF) is supported, the rest are not implemented.
According to https://hackfox.github.io/section4/s4g127.html, there exist the following SET BELL related commands:
In X#, currently only the first form (SET BELL ON/OFF) is supported, the rest are not implemented.