Concept Framework 2.0 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: Fri Jan 21 18:06:14 2011 GMT(c)2011 RadGs Software