hi
Can someone tell me how I can use this: (Character string type variable ARRAY)
Dim CMOJI(7) ' Define the character-string type variable CMOJI having the seven elements.
Could you please tell me, for an example
CMOJI(1)= abc --> is possible to write
Or how to write this array element.
Thank you