| Concept Framework 2.2 documentation | Contents | Index |
| Name | Type | Access | Version | Deprecated |
| PathToStr | function | static | version 1.0 | no |
| static public function PathToStr(array) |
| array | the array that needs to be converted to its string representation (path) |
| 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, ":"). |
| Documented by Eduard Suica, generation time: Sun Jan 27 18:15:10 2013 GMT | (c)2013 Devronium Applications |