Lua:Split

Lua:Split

From BeamNG

Revision as of 20:20, 23 January 2015 by Nug700 (talk | contribs) (initial.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns a string array that contains the substrings in "str" that are delimited by "delim".

File location: lua\utils.lua:404

Syntax

table split (string str, string delim, number maxNb)