StringTokenizer with MHP
Can I works with StringTokenizer in MHP? I want to analyze a string to transform a characters chain in a color or another code. For example
I want to read: "\c<0,0,0> this is a example"
And to see in TV Screen "this is a example" with RGB color (0,0,0)
If there is a better solution please tell me THANKS! XD
Can i get 2 tokens from \c<0,0,0>\135
\c<0,0,0> and \135

