In the following example, RATLINE( ) returns the line number for the last line in the notes
memo field containing the word "graduated." MLINE( ) uses this value to return the contents of the line.
CLOSE DATABASES
OPEN DATABASE (HOME(2) + 'data\testdata')
USE employee && Opens Employee table
STORE 'graduated' TO gcString
STORE MLINE(notes, RATLINE(gcString, notes)) TO gnFileLine
? gnFileLine