03-29-2015 10:01 AM
I attached a txt file called Percentage, on one of my messages.
I'll attach it again.
03-29-2015 11:14 AM - edited 03-29-2015 11:16 AM
I found the problem, but I don't know how to fix it.
The thing is the array has only 1 column and I need to separate the data in two columns.
I need the headings in the first column and , the additional info in the second.
Just read from the txt and display it in an array with a bigger string indicator and you will see what I mean.
03-29-2015 12:44 PM
I fixed the problem the following way:
03-29-2015 01:00 PM - edited 03-29-2015 01:02 PM
Are you aware that index array is resizeable? Only a single instance is needed here. There is still way too much duplicate code.
Why is there a while loop? Does the file continuously change, making it necessary to read and porcess it over and over?
03-29-2015 01:02 PM
03-29-2015 01:02 PM
03-29-2015 01:03 PM
Yes, just set the font to be centered.
03-29-2015 01:14 PM
03-29-2015 01:22 PM
03-29-2015 02:06 PM
Sorry about that. I removed the tab ans space I was adding, but the first string still has a tab in it, and I don'tknow where it is.