IF TEST = 1 { ASSIGN Queued = 6 } SELECT { CASE Queued > 0 && Queued <= 5 { ASSIGN QPrompt = "Prompts\LowVolume.wav" } CASE Queued > 5 && Queued <= 10 { ASSIGN QPrompt = "Prompts\MedVolume.wav" } CASE Queued > 11 { ASSIGN QPrompt = "Prompts\HighVolume.wav" } DEFAULT { ASSIGN QPrompt = "Prompts\YourNext.wav" } }