Good day,
hope someone can assist with the below.
I have a requirement to implement and agent script that needs to check the length of digits entered and if it consist of the country code.
i am looking at a dynamic variables (Boolean), if true a button will be displayed, if false, button will not be visible.
the below is what i have
- equal(length({{XferTo}}), 12) - Returns the length of entered digits
- substr({{XferTo}}, 0, 3) - returns the country could
the problem i have is to implement the above onto 1 x dynamic variables (Boolean) and an and statement, i have tried the below but not working, any assistance will be appreciated.
equal(length({{XferTo}}), 12) & equal(substr({{XferTo}}, 0, 3)), "+**")
#Implementation------------------------------
Reginald
------------------------------