About Store Forum Documentation Contact



Post Reply 
Conversion from EE::Str to Int
Author Message
Ogniok Offline
Member

Post: #1
Conversion from EE::Str to Int
Hi!

I have a noob question pfft

How to convert EE::Str to Int?

I mean that:

If my EE::Str = "265" then I want my Int variable to be set to 265.
09-10-2011 05:37 PM
Find all posts by this user Quote this message in a reply
Sam.Online Offline
Member

Post: #2
RE: Conversion from EE::Str to Int
StringFunction.h is very usefull for that.
look at this
Int TextInt (CChar *t); Int TextInt (CChar8 *t); // 0 on fail
09-10-2011 05:43 PM
Find all posts by this user Quote this message in a reply
Ogniok Offline
Member

Post: #3
RE: Conversion from EE::Str to Int
Thanks. You're saving my life grin
09-10-2011 07:20 PM
Find all posts by this user Quote this message in a reply
Post Reply