If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > OWA.VC_ARR how does it work?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-27-03, 08:58
epekarik epekarik is offline
Registered User
 
Join Date: Aug 2003
Posts: 4
Red face OWA.VC_ARR how does it work?

I inherited some WEB Pl/Sql code. Here is part of the code.
-------------------------------------------------------------
.
.
pi_quantity_std OWA.VC_ARR DEFAULT emptyArr
.
.
htp.formHidden('pi_quantity_std', v_quantity_std(1));
htp.formHidden('pi_quantity_std', v_quantity_std(2));
htp.formHidden('pi_quantity_std', v_quantity_std(3));
htp.formHidden('pi_quantity_std', v_quantity_std(4));
htp.formHidden('pi_quantity_std', v_quantity_std(5));
.
-------------------------------------------------------------
.
Will the pointer to the pi_quantity_std automatically points to the next element? Looking at the code above, the first impression is that the the "pi_quantity_std" is overwritten, but it isn't. How come?
Thnx,
Endre
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On