What are field symbols and field groups.? Have you used "component idx of structure" clause with field groups?

Field symbols:- Field groups :-

Showing Answers 1 - 1 of 1 Answers

Paris

  • May 20th, 2005
 

Field symbols are similiar to pointers in C. It stores the memory address of a data element(A record). BY using the statement ASSIGN<> to you can assigning a structure dynamically. In procedural programming assigning field symols of type any is permitted(upto 4.6C).

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions