About Store Forum Documentation Contact



Post Reply 
Covert str to flt
Author Message
DNS Offline
Member

Post: #1
Covert str to flt
How to convert str varrable to flt?
(This post was last modified: 07-28-2012 07:00 PM by DNS.)
07-28-2012 05:39 PM
Find all posts by this user Quote this message in a reply
cmontiel Offline
Member

Post: #2
RE: Covert str to flt
Str temp = TextFlt(4.5f);

IRC: irc.freenode.net
Channel: #Esenthel
(This post was last modified: 07-28-2012 06:02 PM by cmontiel.)
07-28-2012 06:02 PM
Find all posts by this user Quote this message in a reply
DNS Offline
Member

Post: #3
RE: Covert str to flt
I want convert str to flt.
07-28-2012 07:00 PM
Find all posts by this user Quote this message in a reply
laugan Offline
Member

Post: #4
RE: Covert str to flt
you can try strtod() C++ function
07-28-2012 07:30 PM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #5
RE: Covert str to flt
TextFlt(string);
07-28-2012 07:47 PM
Find all posts by this user Quote this message in a reply
Post Reply