I have string[] 255 with values [ dhjs ,hjdh , fhjd ] not more than 5 char each .
is the 255 for each element or for the whole attribute ? cus I may have more then 100+ elements each 5 char length .
TL;DR
The developer is confused about whether the limit of 255 applies to each element in the string array or the entire attribute. They have multiple elements that are not more than 5 characters each. The limit of 255 may refer to the whole attribute, not per element.