Hi,
imagine you have a text document with text elements like "{$s:name}",
"{$s:phone}", etc. (without quotes, separated by spaces to simplify
testing case). I'm trying to select whole word with ...
wordCursor.gotoNextWord( false );
wordCursor.gotoEndOfWord( true );
... and it works partially, because wordCursor.getString() returns
"{$s:name", "{$s:phone", etc. ( missing right "}" ). Shouldn't
wordCursor.getString() return "{$s:name}" when the word starts with
"{"?
R.
--
Robert Vojta
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]