Multiple choice technology web technology

When looping through a page list, all of the following are valid index references except:

  1. (<CURRENT>)

  2. (<FIRST>)

  3. (<LAST>)

  4. (<INSERT>)

  5. (<APPEND>)

  6. (<PREPEND>)

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Pega supports symbolic subscripts like CURRENT, LAST, INSERT, APPEND, and PREPEND when working with Page Lists. FIRST is not a valid symbolic index in Pega; numeric index 1 is used instead to reference the first item.