I have been struggling with this for a while now, I know how to do it in "c plus plus" because there is functions for it there, but I can seem to find any in the editor.
if people would have information on how I could do it, it would be great.
example if you are not sure what I am asking for
string "3516-2154-2213"
then I would like a function to take only a part of the string like "2154"
and for what purpose?
to be able to store multiply data in one string.
Hey Mapsters
I have been struggling with this for a while now, I know how to do it in "c plus plus" because there is functions for it there, but I can seem to find any in the editor. if people would have information on how I could do it, it would be great.
example if you are not sure what I am asking for
string "3516-2154-2213"
then I would like a function to take only a part of the string like "2154"
and for what purpose? to be able to store multiply data in one string.
If you space-delimit your elements, you can use the Word of String function.