String skip

Other discussions about CSPro
Forum rules
New release: CSPro 8.0
Post Reply
MrTaco
Posts: 128
Joined: November 18th, 2014, 1:55 am

String skip

Post by MrTaco »

Hi guys

What's the logic for string to be able to skip?

Cheers
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: String skip

Post 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;
MrTaco
Posts: 128
Joined: November 18th, 2014, 1:55 am

Re: String skip

Post 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?
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: String skip

Post 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.
Post Reply