BUILDER MEMO FIELD FUNCTIONS The Builder library has two memo editing functions. One, Edt_Memo(), is a full-featured, function that will display a screen border and set up mouse support. The other, Show_Memo(), only has a few features (length limitation and edit at the end) and does not display a border. Use the latter 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. ** End of File **