Product: LABEL MATRIX
Version: All Versions
|
RTrim(data, trailing spaces) and LTrim(leading spaces, data): The RTrim and LTrim functions will automatically trim off any trailing spaces or leading spaces to the right or left of the data.
Expression |
Result |
RTrim("Part ") + LTrim(" No.") |
PartNo. |
|