hey,
I need to separate 1 string into 3 as following:
string 1 needs to be from the beginning of the string to the x-th space
string 2 needs to be from the x-th space to the n-th space.
string 3 needs to be the rest.
I thought I could realize this by first writing an index of (char) action, and then getting the substrings based on the index.
However, there's scarcely even a single sentence about this on the api reference and I am somehow not getting started :S .
On top of that I want to output the strings as if they were one string, so I need to calculate their size, which I recon GUIStyle.CalcSize can do. But how can I reference a GUI to it? It's not like there are any GUI-variables in PlayMaker, so I'm somewhat at a loss.
I would really appreciate some help
Thanks,
kiriri