[Gambas-user] simple replace question

Bruce bbruen at ...2090...
Wed Mar 4 11:55:44 CET 2009


Hi guys,

I'm trying to convert a string to float.  The string contents are "56½".  I've 
tried both

replace(st,"½",".5") and
replace(st, Chr$(194), ".5 ")

neither helps.

Any ideas?

tia
ted




More information about the User mailing list