Forum: Visual Basic 4 / 5 / 6 Jul 8th, 2007 |
| Replies: 3 Views: 1,366 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: Community Introductions Apr 26th, 2007 |
| Replies: 7 Views: 940 Hey all. I'm not exactly new but I'm still a newbie.:$ I'm from the Philippines. I just finished studying VB6 last semester and since then, I try to make a variety projects just to improve my... |
Forum: Visual Basic 4 / 5 / 6 Apr 26th, 2007 |
| Replies: 2 Views: 3,001 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... |