i am having an array.
expected to contain these:
array[0] Peter2
array[1] Smith
array[2] 2a@#6+
array[3] 261
array[4] Win
I want to handle this array. what type of this array should i use without problem?
expected to contain these:
array[0] Peter2
array[1] Smith
array[2] 2a@#6+
array[3] 261
array[4] Win
I want to handle this array. what type of this array should i use without problem?
Comment