xRPG Core Library Release Notes
v1.02
Released 8 August 2003.
Bug fixes and corrections
Several procedures had the potential for memory leaks because I was using optional variables
as local variables. This has been corrected in ALL instances. It should in no way
affect any existing programs.
New Features and Additions
Procedure
replaceString() added to the
RNBSTRING *SRVPGM. Adds the ability to remove or replace any string with another string
inside a String variable.
Introduction of
CPYFTOCSV command. This utility
provides an easy and flexible way of generating a .csv file from any Database file.
13 August 2003 - Minor bug fix for
replaceString().
When removing embedded blanks from a string, the procedure would get caught in an endless loop. Error does not occur when replacing embedded blanks with other characters.