| |
cittoner
Posts: 1
Score: 0
Joined: 3/28/2004
From:
Status: offline
|
I am writing a program for school that sends 5 grades to an asp page and in the vbscript, I have dimmed 5 variables and equalled them to the input text boxes on the form where you input your 5 grades. That works fine, however when I send the variables into a function to get the average the + operator keeps concatenating the numbers on me, instead of adding them together. I know when you use the + operator you don't know if it will add or concatenate unless the expressions are numerical. So I was wondering what the problem was and if anyone had any suggestions for me. I would greatly appreciate it.
|
|