Hi,
Im having a bit of trouble with a problem:
Basically, I have an array with a set size,for example
my_array[40]
I am trying to figure out how to tell if it has less than 20 characters filled,and if it has more than 20 characters filled.
I have tried the string length function and it does not work im wondering if someone can point me in the right direction?
Many thanks.