Hi guys
What's the logic for string to be able to skip?
Cheers
String skip
Re: String skip
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;
if mystring = "josh" then
skip to OTHER_FIELD;
endif;
Re: String skip
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?
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
The fastest way to test is to run the app from CSPro designer by clicking on the traffic light or hitting Ctrl+R.