Link to home
Start Free TrialLog in
Avatar of ktQueBIT
ktQueBIT

asked on

How to evaluate a string that contains single quote when that is the special characters used to define a string value.

All,
I have a string that contains a single quote in it (EX:  Master's).  I need to evaluate a data item value to that string.  The problem is that the special character used to define string value is the single quote (').  Is there a way for me to evaluate this string as is without having to temporarily strip out the character to do the evaluation.  If not what is the simplest way to do the evaluation?  Thanks.

Ken
ASKER CERTIFIED SOLUTION
Avatar of Randy Poole
Randy Poole
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ktQueBIT
ktQueBIT

ASKER

Randy.  Thanks I think I tried every combination except that one.   You just saved me some major aggravation!!
No problem :)