About Store Forum Documentation Contact



Post Reply 
Str8 to char8
Author Message
Man Offline
Member

Post: #1
Str8 to char8
Is there a way to get char8 pointer to text inside Str8? And why str and str8 classes doesnt have functions for get all characters etc.?
08-04-2011 07:05 PM
Find all posts by this user Quote this message in a reply
Dandruff Offline
Member

Post: #2
RE: Str8 to char8
(Str8)eestring to cast from a EE str to chr8 if i remember correctly.

not sure if it's what you're looking for but try operator()()
08-04-2011 09:18 PM
Find all posts by this user Quote this message in a reply
Man Offline
Member

Post: #3
RE: Str8 to char8
Thank you very much, both ways works.
08-05-2011 01:04 PM
Find all posts by this user Quote this message in a reply
Post Reply