Jan-

> put wird -1 of char 1 to x of theText

That has problems if char x is in a word. Try:

if char x of theText is space then
  put -1 into tPos
else
  put -2 into tPos
end if
put word tPos of (char 1 to x of theText)

-- 
 Mark Wieder
 [EMAIL PROTECTED] 



_______________________________________________
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