eurosat7
07-21-2010, 01:36 PM
The documentation (http://udn.epicgames.com/Three/StringsInUnrealScript.html#Split) says:
int Split (coerce string Src, string Divider, out array Parts)
But in object.uc of UDK-2010-07 I find:
static final function string Split
(coerce string Text, coerce string SplitStr, optional bool bOmitSplitStr)
http://udn.epicgames.com/Three/StringsInUnrealScript.html
The whole page seems to be copied from version Two. Lot of things have improoved.
Epic, please rebuild that page!
int Split (coerce string Src, string Divider, out array Parts)
But in object.uc of UDK-2010-07 I find:
static final function string Split
(coerce string Text, coerce string SplitStr, optional bool bOmitSplitStr)
http://udn.epicgames.com/Three/StringsInUnrealScript.html
The whole page seems to be copied from version Two. Lot of things have improoved.
Epic, please rebuild that page!