On Tuesday, 13 March 2012 17:37:41 UTC-4, comp.lang.smalltalk wrote: > > ARRAY.TEST = TRIM(ARRAY.TEST,@FM) > > Dan > > Dan,
Your answer is correct. Sorry for stating otherwise. I mistakenly though that for using TRIM to remove leading, trailing, and redundant characters other than spaces, one had to include the 'R' parameter. TRIM(ARRAY,@FM,'R'). It yields the same result, and I guess is the default behaviour when 'R" is not included. -- Kevin Powick -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
