MEMO_COL(1,2)
PURPOSE
This function returns the column value for the user's last position in the memo.
PARTS
1 f/c/e | Required - The TMemo or TTASMemo object name. This would be the value in the Name field that is a property of each object. |
2 f/c/e | This function will automatically use the active form in the current program. However, you may want to access a memo on a different form. If so, use the FORM_PTR() value here. |
RETURN TYPE - I
If the memo cannot be found, or the user hasn't entered the memo yet, this function will return 0. The upper left corner of the memo is column 1.
COMMENTS
This function can be used directly along with the STRINGS() function to edit the current line of the memo.
SEE ALSO
Page url: http://www.cassoftware.com/tas/manual/getmemocol.htm