Hi folks,
I need to build a jagged array out from a text file, where each line will be an array inside the Jagged Array.
How can i achieve this,if it is possible, regarding that the text file will always be diffent, will always have a different number of lines.
It must be a Jagged Array because it is an input parameter of an external web service method.
I greatly appreciate your help.