FOnline Development > General Discussion

Reading from a file to return a string[] array

<< < (2/2)

Mr Feltzer:

--- Quote from: Lidae on September 09, 2013, 08:57:41 pm ---You can also split strings in angelcode using one of these:


--- Code: --- string[]  split (const string& in str, const string& in delimiter)
  Splits the string into an array of substrings.
 
string[]  splitEx (const string& in str, const string& in delimiter)
  Splits the specified string by string, using the specified separator.

--- End code ---

--- End quote ---


Excellent! that did the trick!

@k3tamina
In all my previous experiences with C#, an Index on a string locates a char or part of the string.
example
string lestring = "hax";
lestring[0] would be h

Obviously Angel has changed a tad more than I expected.

Navigation

[0] Message Index

[*] Previous page

Go to full version