2 Answers
New AnswerFor example, if you read a line with data from a text (tab delimited) file you can split it by spaces and save it in an array. In Csharp you'd have something like this. line.Split(" "). After that you can manipulate the data in the array.
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message