Page 1 of 1

String variable with ' character

Posted: Tue Feb 10, 2015 12:50 am
by xRobChandler
Hi all,
I have a TI process that checks the values in a string variable thus:
IF( DETAILED_COURSE_LEVEL @= 'BACHELOR'S PASS' ) ;
My problem is that the test value also has the ' character as part of the string. How do to I escape that second ' within the test string?

Thank you very much...
Rob :oops:

Re: String variable with ' character

Posted: Tue Feb 10, 2015 1:13 am
by qml
This has been discussed before.

Re: String variable with ' character

Posted: Tue Feb 10, 2015 2:02 am
by xRobChandler
Aah! Thank you.