Discussion
1
Replies
15409
Views
Posted: March 31, 2016
Last activity: April 4, 2016
Closed
String to Integer Function
I am trying to use a decision table to return a number using if, if else format.
Because Pega returns a string in a decision table, I am looking for a function that converts that string to an integer, so that i can do a simple comparison between two numbers. Which function can I use to accomplish my goals?
Thanks!
Hi,
the function toInt() is probably what you are looking for.
Damien