Playing with strings
Setec Multimedia
contact at setec-multimedia.fr
Fri Oct 7 16:36:03 EDT 2005
Hello everybody,
I'm curenytly trying to perform a small utility wich would extract the
text datas of an html file into separated items or lines of a field.
For example, this html code :
…
<strong><font size="1">example of texte 1 <br>
<a href="#link"><br>
example of link</a></font></strong>
…
…would return these result in a defined field :
example of texte 1
example of link
The problem is that it seems impossible to extract something beetween
two items (simply beetween the ">" and "<" tags) in a simple way.
Do you see any good way to do this ?
Thanks for you help,
Cordialy
Aurélien Durand
More information about the use-livecode
mailing list