Rick Weijenberg Posted September 4, 2017 #1 Share Posted September 4, 2017 Dear Sir / Madam, At the moment, I'm working on creating a script in which to introduce a variable band. now let me check him by 'case'. this is what i have now: select case casename case case0 bReturn = True case case1 bReturn = True Now I want to choose a different announcement at case0 than for case1, for example: case0.wav and case1.wav. Could anyone help me here? Sincerely, Rick Weijenberg 0 Quote Link to comment Share on other sites More sharing options...
Most Valued User Solution Christian Posted October 20, 2017 Most Valued User Solution #2 Share Posted October 20, 2017 dim sAnnouncement select case casename case case0 sAnnouncement = case0.wav bReturn = True case case1 sAnnouncement = case0.wav bReturn = True 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.