Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
in my Text Object i need to display text in single cotes....the cotes should display with text (Ex: 'smiley')
Regards
Smiley
Try this:
=chr(39) & 'smiley' & chr(39)
Hi
For text object
=Chr(39)&'smiley'&Chr(39)
where chr(39) represents single qoutes