Although the Str_trim PROC is wonderful as is, it could be better. Add a (single) parameter that allows the caller to select a front, rear, or double-ended trim. (Hint: 10, 01, 11...AND is our friend...) Of course, adjust the code to process this new parameter. *smile*

As always, document any procedures you create well!


This assignment is Level 3.