Thread
:
airthmatic operator in vbscript
View Single Post
manojkumarmaithil
Go4Expert Member
19Jun2007,09:26
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