¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

String Parsing


Chris
 

Sorry posted this in wrong place...





maybe im missing something here.
in s+
<person job="Actor" name="Brandon Lee" />
<person job="Actor" name="Rochelle Davis" />
<person job="Actor" name="Jon Thompson" />


im doing this:

IF(FIND("person job=&#92;x22Actor&#92;x22 name=&#92;x22",sTemp))
{

sDump = remove("person job=&#92;x22Actor&#92;x22 name=&#92;x22", sTemp);


Actor1$=left(sTemp, find("/>", sTemp)-3);


}

My output is always Jon Thompson. How can i get it to pull out 1 at a time and
assign to
Actor1$
Actor2$
etc.

Thanks

Join [email protected] to automatically receive all group messages.