Hi Folks
How can i check a list item lets say #5 and how many characters it is in there.
In reality i want to check if it is larger than a number (of characters) = True or not = False
Have tried many variants and now i am totally “blind”.
I would say string as the re will be text in each list item.
Som of then will only consist of one letter
And i want to ask -
For Each item check if the content of each item has more characters than 1. True/False
And If only one then if…bla bla bla…