Skip to Content
0
Former Member
Sep 02, 2007 at 10:52 AM

assign component---

32 Views

For a structured data object <s>, we can use the statement

ASSIGN COMPONENT <comp> OF STRUCTURE <s> TO <FS>.

to assign one of its components <comp> to the field symbol <FS>. It is said we can specify the component <comp> either as a literal or a variable but hoe to specify this as a variable?