Hi,
I have read a lot in the forum but still couldn't find a solution.
Let's say I need to parse a huge file (file size: googolplex bytes). Let's say I need to count how many "Q" characters are in the file.
I have a form with a label and during the parsing of the file I would like to update the label with the number of "Q" found.
The parsing algorithm is simply checking every character in the file and comparing it to "Q".
How do I update the label during parsing?
Thanks
I have read a lot in the forum but still couldn't find a solution.
Let's say I need to parse a huge file (file size: googolplex bytes). Let's say I need to count how many "Q" characters are in the file.
I have a form with a label and during the parsing of the file I would like to update the label with the number of "Q" found.
The parsing algorithm is simply checking every character in the file and comparing it to "Q".
How do I update the label during parsing?
Thanks