Forum: Visual Basic 4 / 5 / 6 Jul 8th, 2007 |
| Replies: 3 Views: 1,356 You can use the function IsNumeric to check if a certain string is numeric or not. It is numeric if it contains only numbers and only one "-" (negative sign). If no text is entered in the textbox,... |
Forum: Visual Basic 4 / 5 / 6 Apr 26th, 2007 |
| Replies: 2 Views: 2,970 There are 10 different results. The frequency array stores the frequency of each result. For example, if the value of frequency(1) is 5, it means that out of 40 students, 5 gave a score of 1. In the... |