<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>hi all,</div>

<div>&nbsp;</div>

<div>i&#39;d like to separate a list (with floats or symbols) with a given separator into two lists.</div>

<div>&nbsp;</div>

<div>for example, my input list ist</div>

<div>&nbsp;</div>

<div>[hi i am a robot(</div>

<div>&nbsp;</div>

<div>and i want to give &quot;am&quot; as a separator,</div>

<div>&nbsp;</div>

<div>that i receive two lists as output:</div>

<div>&nbsp;</div>

<div>[hi i(&nbsp;&nbsp;&nbsp;</div>

<div>and&nbsp;&nbsp;</div>

<div>[am a robot(</div>

<div>&nbsp;</div>

<div>(the second list includes the separator).</div>

<div>&nbsp;</div>

<div>it should also work with floats and symbols and floats mixed.</div>

<div>&nbsp;</div>

<div>any cheap solution? thanks for help.</div>

<div>&nbsp;</div>

<div>best</div>

<div>Mirko</div></div></body></html>