Find High Value of an Array

How to find out the max high value using varray?

Showing Answers 1 - 3 of 3 Answers

Kaushik Nayak

  • Jan 19th, 2018
 

Code
  1. v_array_max := varray_1( varray_l.COUNT );


  2. v_array_max := varray_1( varray_l.LAST  );

  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