SNDCLOSE


7.8..5, PLBCMP GUI Only

 

The SNDCLOSE instruction closes a sound file that was previously opened. The instruction uses the following format:

 

 

[label]

SNDCLOSE

{sndfile}

 

Where:

label

Optional. A Program Execution Label.

sndfile

Required. A previously defined and opened SNDFILE that is closed.

Flags Affected: NONE

Note the following:

  1. If the {sndfile} is not currently open, no action occurs.

  2. This instruction is not supported by the PLB Web Server.

 

 

See Also: Example Code, SNDOPEN, Interactive I/O Instructions

 



PL/B Language Reference SETWTITLE SNDOPEN