Tag : subroutine
Home » Posts tagged subroutine"
Lets say I do:Set(data=xxx,yyy)Gosub(my-sub,s,1(${data}))My subroutine will only receive xxx for ARG1. How can I pass a literal with a comma to a single argument in a subroutine?(The point is: when calling the subroutine I do not know if the varia..
I wrote:Queue(ENGLISH,rh,,,20,,,log-answer)but no variables are available in the subroutine context. I need to get ${UNIQUEID} in there.In a Dial command, I can write U(log-answer^${UNIQUEID}) but not in the gosub field of the Queue command.Is it possi..