Description

Flushes any cached structure definitions.

Syntax

'''Struct_Flush''' ''(structname)''

Parameters

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.

ParametersDescription
StructnameSpecifies the structure definition to remove from cache; if no name is specified, all cached definitions are flushed.

See also

Define_Struct

Example

Flushing the entire cache from the command line:
run Struct_Flush
  • No labels