Posted 14 September 2013 - 11:46 AM
Can anyone suggest an efficient mock split function for lua? What I mean is splitting a string of text by a single character and storing the separated parts into a table.
Ie. split("This:is:a:test",":")
would return a table with 1 being "this" and so on.
Ie. split("This:is:a:test",":")
would return a table with 1 being "this" and so on.