xRPG Core Library Release Notes
v1.03
Released 20 August 2003.
Bug fixes and corrections
None.
New Features and Additions
allUpperCase(),
allLowerCase()
, and
wordCaps() have all been updated to utilize the QlgConvertCase API. This
makes all the procedures internationalized. Also, all of the procedures have been increased to receive and return strings of up
to 32000 characters. To prevent address space problems, these are actually new procedures. They have been aliased with the
old names, so as you do not need to change any of the procedure names. As you recompile your programs they will be updated with the new features.
The old version will continue to work until you do so because it is bound to the old version which is still in the
service program.
To support the above procedure I've included the
convertCase() procedure in
the library. This way, if you need to call the API yourself you have a simple wrapper to do so.