Page 1 of 1
String skip
Posted: November 10th, 2016, 9:16 am
by MrTaco
Hi guys
What's the logic for string to be able to skip?
Cheers
Re: String skip
Posted: November 10th, 2016, 9:30 am
by josh
Not sure what you mean. Do you want to skip when the string is a particular value? You can compare a string just like you would with a number:
if mystring = "josh" then
skip to OTHER_FIELD;
endif;
Re: String skip
Posted: November 10th, 2016, 12:05 pm
by MrTaco
it gave me an idea i managed thank you Josh
If I may ask Josh is there app that i can use to test my immediately instead of opening and closing the my app to see if my logics are working properly?
Re: String skip
Posted: November 10th, 2016, 10:38 pm
by josh
The fastest way to test is to run the app from CSPro designer by clicking on the traffic light or hitting Ctrl+R.