cricketer1
Technical User
How can I handle the apostrophee in text. I know that to output: 'It's me', I can use PRINT('It''s me'). But how do I handle this in a user entered string input variable that needs to be input in a table. Should the entire string variable be searched for the apostrophee and where ever found insert another apostrophee before it....is there a beteer way?
Thanks
Thanks