xRPG Core Library Release Notes
v1.04
Released 3 October 2003.
Bug fixes and corrections
None.
New Features and Additions
findDate() - This procedure allows you to search for the first, next, or last occurance of a date. Say you need to know what date the last Friday of next month will be, or the first wednesday of June 2006, or the next Tuesday, etc. etc. It is pretty flexible and works for historical dates as well, so if you need to know what the first monday in March 1999 was this will find it for you!
Introduction of
CPYFTOBEAN command. This utility
will create a .java source file from any Database file. This file is designed as a "Bean" complete with getters, setters, constructors, the whole nine. This has been in the library for a few weeks and I just haven't had a chance to document it until now.
I've also added a new /copy member for generic constants like "True", "False", "Yes", "No", and "SingleQuote". Go to
Additional Materials for more details.