| Author |
Fixing a bug on Adding & Deleting an Array index
|
Jere Johnson
Greenhorn
Joined: Mar 29, 2003
Posts: 28
|
|
My program does the general processing correctly. By entering a character in the textField, i am able to Search for the character i am looking for and count how many times it appears in the array. The problem i am currently running into is that the character i search for in the array, gets added to an array index. I am also having the same issue entering "end" to finish the array. I dont want this extra add "glitch" to happen. How can i manipulate this process, so that the character i search for is not added to my array? Here is my program
|
Diapers are the best invention
|
 |
Balaji Natarajan
Greenhorn
Joined: Dec 05, 2002
Posts: 28
|
|
Try this code...slightly modified urs....
|
 |
 |
|
|
subject: Fixing a bug on Adding & Deleting an Array index
|
|
|