Piece Function
Piece3Str:=piece('123^456^789','^',3);
Translate Function
hiStr:=translate('HI','ABCDEFGHI','abcdefghi');