TYPE FUNC FOR STRINGS

Viewed 36

i am getting this error.. when i try to use the character type function in an array.. can u pls help me with it .. ? wat shud i do?

enter image description here

1 Answers
aListWithStrings = ['string1', 'string2', 'string3']

Is this what you want?

Related