Printing 2 commas in SAPScript
by Sruthi
There might be a case where we would need to print 2 commas in SAPScript, but SAPScript interprets ,, as a tab. To print 2 commas in SAPScript, here is an alternative:
<(>,<)>
This will preserve the double comma and not consider it as a Tab.
If there are ,, (Double comma) in the text and you want to avoid it to be being treated as TAB then use “<(>,<)>,” instead of double commas
|