float help

BlitzPlus Forums/BlitzPlus Programming/float help

kochOn(Posted 2004) [#1]
is someone know where could i find a dll
to parse a math string and return the result in string
to avoid the blitz float problem...


Kev(Posted 2004) [#2]
could you not use mid$ and find the decimal point in the string then use right$ to grab int part.