APL_Sound Variable

Turns the sounds produced by the Play commands on and off. Read-write.

Example

'.wav file will only play once.

APL_SOUND = FALSE

PLAY "wavefile"

APL_SOUND = TRUE

PLAY "wavefile"