Remarks:
Libraries were re-compiled fo CW 7.1 and 7.2
Bug fixes:
CreateTable method (EasyWriter) - tables always placed at the start of text and not in the cursor position.
InsertDateTimeField, InsertUserField methods (EasyWriter) - fields were always placed at the start of text and not in the cursor position.
Changed methods:
SetCharFont (EasyCalc & EasyWriter) - pHeight parameter was changed from SHORT to REAL, so you can set a fractional char height now.
New methods:
FindFirst (EasyCalc) - searches the contained texts for the next occurrence of whatever is specified.
CopySheet (EasyCalc) - copies a sheet within the collection.
RemoveSheet (EasyCalc) - removes the sheet with the specified name.
ReplaceAll (EasyCalc) - finds and replaces all entries of the text pattern in the Calc document.
GetSheetName (EasyCalc) - returns the currently selected sheet's name.
InsertRowCol (EasyCalc) - adds rows/cols into the sheet.
SetPrintOptions (EasyCalc) - sets some of the print options.
SetNamedRange (EasyCalc) - sets named range in a Calc sheet.
SetPrintArea (EasyCalc) - sets print area in a Calc sheet.