Tagged: ctrans

0

REPLACE function for strings in Sage X3 adonix

Adonix does not provide an instruction for replacing a string part. The only existent instruction is ctrans(STR,”AB”,”C”) that substitutes into the STR string all occurrences of ‘A’ and ‘B’ letters into ‘C’ letter. Note...