From OpenSCADAWiki
String: Parse of the path (strParsePath)
Description: Parsing of the path for items.
Parameters:
| Identifier | Parameter | Type | Mode | By defaults |
|---|---|---|---|---|
| rez | Result | String | Return | |
| path | Path | String | Input | |
| lev | Level | Integer | Input | |
| off | Offset | Integer | Output |
Example:
using Special.FLibSYS;
test = strParsePath(path, 0, "/");
messPut("Example", 1, "strParsePath(): "+test);