MemoAccountFiles : Object
MemoAccountFiles function returns a StringList Object containing a string list of the tables that support memos.
Sample code:
Dim List as Object
List = MemoAccountFiles
For I = 0 to List.Count - 1
Print List[I]
Next I
Print ""
Print "Total: " & List.Count