On Wed, Nov 12, 2008 at 8:43 AM, Larry Watts <[EMAIL PROTECTED]> wrote:
> I changed highlitedLine to hilitedLine (thought they were supposed to be 
> synonymous) and it puts the line number in the display field.  So how do I 
> put the contents of the line into the display field?

Sorry - I answered an earlier email without seeing that you had
already solved that problem.
But on to this one...

You can get the hilitedLine and then use it go get the line by line number:

put the hilitedLine of fld ABC into tLineNum
put line tLineNum of fld ABC into fld XYZ

or just get the selectedText directly:

put the selectedText of fld ABC into fld XYZ

Cheers,
Sarah
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to