I have a simple ASP script I am trying to run. Forgive me if this is a real newbie question but I did some searches first and checked an ASP reference and it seems like I am doing everything right - but apparently not.
Heres the scenario:
A = 1
B = 2
Total = A + B
When it outputs the total, it outputs 12 rather than 3.
Any ideas?