‎2005 Sep 22 11:12 PM
Hi,
How to declare a constant ' (apostrophe) ? if i do it like this :
CONSTANT: APOS TYPE C VALUE '''.
it gives me an error for the "Literals that take up more than one line not permitted."
is there any excape character?
Thanks,
Shailaja
‎2005 Sep 23 1:53 AM
You will have to define it twice for special characters.
Use this way
CONSTANTS: APOS TYPE C VALUE ''''.
If answer helped , reward and close the thread.
Cheers.
‎2005 Sep 23 4:04 AM
‎2005 Sep 23 2:14 AM
Shailaja,
Try declaring your ' as a text element. and then calling your text element from then onwards (ie 'TEXT-001').
Hope this helps.
Cheers,
Pat.
PS. Kindly assign Reward Points to the posts you find helpful.