Skip to Content
0
Apr 29, 2014 at 12:33 PM

Wrong Result with the Replace Function

33 Views

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;