wallyjumlad
Vendor
I am sending the CLID to a HDX in order to queue to an agent ID. This is working perfectly except for local Dublin numbers I am missing a leading "1" in front of the CLID.
I want to check the CLID and if the CLID length is 7 then I want to add a 1 in front of this then send it out.
SO the CLID coming in is 2224567 I want to send 12224567 to the HDX
Say I have a variable called CLID_Var
I ASSIGN CLID to CLID_VAR
IF CLID = ??????? THEN
[basically add 10000000 to the number to give 1???????] or how do I insert a 1 in front of the CLID and then assign to the varibale to send out.
END IF
I want to check the CLID and if the CLID length is 7 then I want to add a 1 in front of this then send it out.
SO the CLID coming in is 2224567 I want to send 12224567 to the HDX
Say I have a variable called CLID_Var
I ASSIGN CLID to CLID_VAR
IF CLID = ??????? THEN
[basically add 10000000 to the number to give 1???????] or how do I insert a 1 in front of the CLID and then assign to the varibale to send out.
END IF