J
John Sutor
In a web service you cannot pass an ArrayList pback to the calling app.
I want to use an Array, but I will not always know the number of
elements to declare the array. I am simply reading in a file lin by
line and want to put each line in a string array, but each file varies
in the amount of lines it has. Can anyone show me a code snippet of how
to do this?
I want to use an Array, but I will not always know the number of
elements to declare the array. I am simply reading in a file lin by
line and want to put each line in a string array, but each file varies
in the amount of lines it has. Can anyone show me a code snippet of how
to do this?