f$structure_node_sel (f$struktur_kn_mark)
f$structure_node_sel (f$struktur_kn_mark)
A node is selected in a structure dialog with this function.
Syntax: | Status = f$Struktur_kn_mark (Number, Name, Mark) | |||
| Argument | Type | Meaning | |
| Number | Integer | Number returned by f$Structure_open | |
| Name | String | Name of the node | |
| Selection | Integer | 1 –select, 0 - deselect | |
Result: | Integer | Status: -99: a structure dialog with the given number does not exist -2 : no name entered -1 : a node with this name does not exist 0 : node modified successfully | ||