SCPRNG

1006

Scope used instead of range on array

You’ve ranged over an entire array, causing the range to change to a scope operator. To avoid getting this warning, use the scope operator instead ([]). (Warning level 4)