Method: Concat3
Function name: concat
Parameter list: (CHAR sOne, CHAR sTwo, CHAR sThree)
Return type: CHAR
What the method does: Accepts three input parameter values, trims any trailing blanks, and concatenates the values. If any of the input values are null, the output is null.
Concat3 and Concat2 use the concat function.