<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
you don't want to "strip the selector". the selector is there to hint at<br>
the type (at least in the case of 'float' and 'symbol'), but it cannot<br>
change the type of the atom (symbol:'1' vs float:1).<br>
<br>
what you do want is to convert a symbol into a number.<br>
<br>
attached is a vanilla [symbol2int] implementation<br>
<br>
i leave it as an exercise to the reader to turn it into a [symbol2float] :-)<br>
<br>
<br>
gfdmsr<br>
IOhannes<br>
<br>
</blockquote><div>thank you very much, can probably clean up a lot of patches with that serialize patch </div>