f$Structure_End (f$Struktur_Ende)
f$Structure_End (f$Struktur_Ende)
A structure dialog is closed with this function. After this command, the variable allocated to this structure dialog should also urgently be reset, so that no attempt is made to access a structure dialog that no longer exists.
Syntax: | Status = f$Struktur_End (Number) | |||
| Argument | Type | Meaning | |
| Number | Integer | Number returned by f$Structure_open | |
Result: | Integer | Status: -99: a structure dialog with the given number does not exist 0 : everything OK | ||
Example: | Status = f$Struktur_End (Number) | |||