Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
RTreeView
.PathToStr
static function
PathToStr
Prototype:
static public function PathToStr(array)
Parameters
array
the array that needs to be converted to its string representation (path)
Description:
Converts an array of the form [1,2,3] to an equivalent string like "1:2:3". To convert from a string to array you may use arr=StrNumberSplit(path_string, ":").
Return value:
Returns the path string optained from the array.