This commit is contained in:
mysticbbs 2012-04-20 20:44:14 -04:00
parent 9cfef82e91
commit 67c11cac23
1 changed files with 8 additions and 0 deletions

View File

@ -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.