pTAL Conversion Guide

Structures
pTAL Conversion Guide527302-002
11-10
Definition Structure Syntax
Definition Structure Syntax
.
.EXT
.SG
.SGX
are indirection symbols.
identifier
is the identifier of the new referral structure.
range
lower-bound
is an INT constant expression (in the range -32,768 through 32,767) that
specifies the index (relative to the zeroth structure occurrence) of the first
structure occurrence you want to allocate. Each occurrence is one copy of the
structure.
upper-bound
is an INT constant expression (in the range -32,768 through 32,767) that
specifies the index (relative to the zeroth structure occurrence) of the last
structure occurrence you want to allocate. For a single-occurrence structure,
omit both bounds or specify the same value for both bounds.
STRUCT
identifier
.
.EXT
.SG
.SGX
range
field-alignment
structure-layout ;
VST624.vsd
[ lower-bound : ]upper-bound
VST993.vsd