Hi guys
What's the logic for string to be able to skip?
Cheers
String skip
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
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;
-
MrTaco
- Posts: 128
- Joined: November 18th, 2014, 1:55 am
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?
-
josh
- Posts: 2403
- Joined: May 5th, 2014, 12:49 pm
- Location: Washington DC
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.