...
Return value
string
Examples
Code Block | ||
---|---|---|
| ||
// Get the parent of the "rhumerus". |
...
string $parent; |
...
$parent = `getParent "rhumerus"`; |
...
print $parent; |
Scroll pagebreak |
---|
Additional information
...
...
string
Code Block | ||
---|---|---|
| ||
// Get the parent of the "rhumerus". |
...
string $parent; |
...
$parent = `getParent "rhumerus"`; |
...
print $parent; |
Scroll pagebreak |
---|
...