About Store Forum Documentation Contact



Post Reply 
How do you convert text in a TextLine to char*?
Author Message
cambria Offline
Member

Post: #1
How do you convert text in a TextLine to char*?
Hello, I was wondering how you convert the text in a TextLine to a char*?

Thanks in advance.
09-04-2009 10:17 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
Re: How do you convert text in a TextLine to char*?
Str text=textline();

or

Str8 text8=textline(); // from text8 you can get Char8

dont use char, use Char8/Char instead
09-04-2009 10:45 PM
Find all posts by this user Quote this message in a reply
cambria Offline
Member

Post: #3
Re: How do you convert text in a TextLine to char*?
Thanks
09-04-2009 11:32 PM
Find all posts by this user Quote this message in a reply
Post Reply