Hello, Is it possible to create a database function that mimics the C function atof? I'm guessing it should look something like this:
create function atof(varchar) returns float
as '??????'
language ????
returns null on null input;
Thanks,
Mark
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
