Flushes any cached structure definitions.
Struct_Flush(structname)
The structure-related functions cache structure definitions in order to execute without any I/O. In a multi-developer environment, it is possible for one developer to change a structure definition and another developer to have an older definition of that structure still cached.
Parameter | Description | |
---|---|---|
Structname | Specifies the structure definition to remove from cache; if no name is specified, all cached definitions are flushed. |
Flushing the entire cache from the command line:
run Struct_Flush