Kyatric@
'You could always fill a text object and "analyze" its content with system expressions like tokenat.'
This sounded like the best(easiest) option, but i doesnt seem to work.
As a test, I tried the example in 'system expressions':
tokenat(src, index, separator)
Return the Nth token from src, splitting the string by separator. For example, tokenat("apples|oranges|bananas", 1, "|") returns oranges.
Here is a screen shot after i entered the information in my project:
<img src="http://dl.dropbox.com/u/22173473/tokenat.png" border="0" />
Yann@
dl.dropbox.com/u/23551572/C2/paragraphDisplay.capx (BUILT IN R71)
Thanks for the example, but I am still using R70. I downloaded R71 but not installed it yet, after seeing a few ' fixed in next build ' posts about it.