I did this to convert it to an integer:
println(ccc.getContent("value"));
int value = int(trim(ccc.getContent("value")));
println(value);.
GoToLoop answer is a better way to do this; I read it after replying.
We are all enthusiastic to help!
glv
I did this to convert it to an integer:
println(ccc.getContent("value"));
int value = int(trim(ccc.getContent("value")));
println(value);.
GoToLoop answer is a better way to do this; I read it after replying.
We are all enthusiastic to help!
glv