Thanks Richard, it works!

Viktoras

Richard Gaskin wrote:
on enterInField
  DoMoveDown
end enterInField

on returnInField
  DoMoveDown
end returnInField

on DoMoveDown
  put (word 2 of the selectedLine) into tLine
  if tLine = the number of lines of me then
    put cr after me
  end if
  select before line (tLine+1) of me
end DoMoveDown




--
 Richard Gaskin
 Fourth World
 Revolution training and consulting: http://www.fourthworld.com
 Webzine for Rev developers: http://www.revjournal.com
_______________________________________________
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


_______________________________________________
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