Hi,
Need to add this string to templates, busy developing for email validation checks.
I tried just adding it and also adding it as an equation in the templates, but the string value changes
String added in Template code
Added in line
‘abcdefghijklmnopqrstuvwxyz0123456789!#$%&’‘*±/=?^_{{|}~.,@;' and also as #EQUATE(%NetworkApp,'abcdefghijklmnopqrstuvwxyz0123456789!#$%&''*+-/=?^_{{|}~.,@;’)
Result in Clarion in both cases (after % it changes the string to garbage)
‘abcdefghijklmnopqrstuvwxyz0123456789!#$%&’’*±/=?^_`{|}~.,@;’
Please can somebody advise?
Thank you