Resolved! UCCX - how to pad out a string?
Hi GuysI am collecting a an account number that is up to 16 digits long. If it the string is less than 16 i want to pad the string out with zeros. This is what i have so far.string.length() <= 16 True set length = string.length() - work ...