I have a formula as below. When I place this formula at the Report Footer I get the output as
@@##$$%%%
I am expecting the result as Certificate of Origin; Bill of Lading; Airway Bill@@##$$%%%
//Formula as below
whileprintingrecords;
stringvar moddocreq;
moddocreq := Replace ("Certificate of Origin; Bill of Lading; Airway Bill; ", "; " , "@@##$$%%%" , 51,1 );
moddocreq;