From 67c11cac23478e2ca8617757be9ef006cbf279c4 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Fri, 20 Apr 2012 20:44:14 -0400 Subject: [PATCH] Stuff --- mystic/HISTORY.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mystic/HISTORY.txt b/mystic/HISTORY.txt index bc2b5e1..4965c42 100644 --- a/mystic/HISTORY.txt +++ b/mystic/HISTORY.txt @@ -4108,3 +4108,11 @@ base variable types. + When prompted to save an edited message, Mystic now defaults to YES. + + + Added SizeOf function to MPL which returns the size of a variable or + record type. + + + Added fWriteRec and fReadRec that can be used to write an entire record + or array of records to an opened file in MPL + + Specific elements can be addressed with fWrite/fRead if desired.