Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on 3D array - peoplecode within the PeopleSoft forums, part of the Enterprise Solutions category; how to populate 3D array in peoplecode 2D works as follows: &LineNo = 1; While &SQL1.fetch(&comp_role, &comp_prof,) &MYARRAY.Push(&comp_role); &MYARRAY [&LineNo].Push(&comp_prof); &LineNo = &LineNo + 1; End-While;...
|
|||||||
| PeopleSoft PeopleSoft Knowledge Base, Learn and Share ERP Technology related articles, white papers, tutorials / study materials, example codes, FAQ's, Tips and Tricks. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
3D array - peoplecode
how to populate 3D array in peoplecode
2D works as follows: &LineNo = 1; While &SQL1.fetch(&comp_role, &comp_prof,) &MYARRAY.Push(&comp_role); &MYARRAY [&LineNo].Push(&comp_prof); &LineNo = &LineNo + 1; End-While; |
| Sponsored Links |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PeopleCode question | madhu.ps16 | PeopleSoft | 2 | 06-25-2009 03:38 AM |
| Access Component Properties from PeopleCode | peoplesoft_ken | PeopleSoft | 0 | 01-03-2008 11:34 AM |
| Help on Dynamic Array | nancyphilips | C and C++ | 8 | 12-25-2007 09:59 AM |
| convert one dimansional array to two dimansional array | Geek_Guest | C and C++ | 6 | 12-22-2007 04:17 AM |
| static array or dynamic array? | rpgubba | C and C++ | 6 | 12-22-2007 04:03 AM |