Navigation:  Reference > Functions >

GetMemoRow()

Print this Topic Previous pageReturn to chapter overviewNext page

 

MEMO_ROW(1,2)

 

PURPOSE

This function returns the row value for the user's last position in the memo.

 

PARTS

 

1 f/c/eRequired - 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/eThis 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 row 1.

 

COMMENTS

This function can be used directly along with the STRINGS() function to edit the current line of the memo.

 

SEE ALSO

MEMO_COL()

 

 


Page url: http://www.cassoftware.com/tas/manual/getmemorow.htm