Concept Framework 2.2 documentation Contents | Index

RTreeView.PathToStr

Name Type Access Version Deprecated
PathToStr function static version 1.0 no

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, ":").

Returns:
Returns the path string optained from the array.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:10 2013 GMT(c)2013 Devronium Applications