NRF 24L01 ,sending and receiving the array of long data

  for (i = 0; i < 30; i = i + 1)
  {
    myArray1[i];
  }

What do you think this code is doing? Any answer other than NOTHING is wrong.