In Crystal Reports, I'm using this piece of code to concatenate characters in a string in the details section.
WhilePrintingRecords;
StringVar OptSuffix;
OptSuffix:= OptSuffix + Trim({options.number})
The options table has many value choices - ranging from A-Z and 0-9 - and some of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.