This question has already been answered:
- Array counter [closed] 3 responses
A 1000-line text file is given, which is read line by line and split by commas, and written to an array, an example of lines in it.
001,03,043,04/07/15 16:02,00:00:25,00,00,00,Indexer #1 shot pin state is unknown 002,02,030,09/24/15 16:39, 00:00:04,00,00,01,ATT unable to detect tray at Gripper
If it is in the second element, I calculated the number of 01,02,03,04,05,06
knots with the help of the switch case
01,02,03,04,05,06
, and how in the third position 01,02,03,04,05,06
number of those or other errors count if their numbers vary from one to one hundred?