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
