BUILDER MEMO FIELD FUNCTIONS

The Builder Library has Two Memo Editing Functions, One [Edt_Memo()] Is
a Full-Featured, Mouse Aware Function That Will Also Save the Memo to
Disk When Ctrl+W is Pressed.

The Other [Show_Memo()] Only Has a Few Features (Line Limitation and
Edit at the End) and Does Not Display a Border.  Use This Function
When You Require More Control Over Your MemoEdit()s.

Both of These Functions Contain Processing for Their Additional Features,
and Then Call the Clipper MemoEdit() Function.

There is One More Function Used by Both Edt_Memo() and Show_Memo() Called
MemFunc().  It is MemFunc() That Contains the Code Needed to Limit the
Number of Lines Entered Into a Memo Field.  The Call to MemFunc() is Fully
Automatic and You Need Not Even Know It Exists.

** End of File
