vincezhou | 2021-05-11 21:41:33 UTC | #1
In an Audio Sequence, I clicked on "Switch to custom expression". And then I put in
AudioPlaybackOptions(ToAudio(If(0==foo,Prompt.userprompt1,Prompt.userprompt2)),true)
It works fine.
However if I want it to play additional one as below, it gives me error.
AudioPlaybackOptions(ToAudio(If(0==foo,Prompt.userprompt1,Prompt.userprompt2)),true); AudioPlaybackOptions(ToAudio(If(0==foo,Prompt.userprompt3,Prompt.userprompt4)),true)
How can I play a collection of prompts within a custom expression box?
system | 2021-06-04 22:05:48 UTC | #2
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 10819