xRPG Core Library Release Notes
v1.05
Released 20 October 2003.
Bug fixes and corrections
- wordCaps() - Corrected an indexing error caused when the String sent to the procedure contained a single word.
- removePunc() - When only two parameters are sent the second parameter was being ignored, so that you could not remove only a single puncuation mark without also specifying *OFF for the third parameter.
-
CPYFTOCSV command was removing all punctuation if STRIPCOM(*YES) was specified. (see previous bug).
New Features and Additions
rtvMemberD() - This procedure has been updated to allow access to the return values of the QUSRMBRD API. Previously this procedure was only valuable for determining the existence of the requested member. The procedure parms are also no longer case sensitive. In conjunction with this I have added another
/copy to the QRPGLESRC member in RPGNEXTLIB: this /copy member includes datastructures for formatting the information returned by the API. See the procedure documentation for details.