View Single Post
Go4Expert Member
19Jun2007,09:26  
manojkumarmaithil's Avatar
when i use + operator in vbscript it not add two variable it works like string formate
i.e dim a , b,c
a=40,b=30
c=a+b
result=4030
while desire result should be 70