Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Global Variable as ARRAY 1

Status
Not open for further replies.

taqmeena

Programmer
Mar 22, 2005
53
PK
i want to use global variable as array.
i am using developer 6.


any body who knows kindly tell me how can i use Global variable to store multiple entries.

thanking you in advance

afzaal
 
sorry i dont who to create global record group

kindly tell me with a example

thanks
 
Create the group with GLOBAL_SCOPE:
Code:
l_rg := CREATE_GROUP('Name',GLOBAL_SCOPE);
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top