VBScripting (.vbs) Basic tutorial on how to use basic math functions such as addition, subtraction, multiplication, division, absolute value, getting rid of decimals, rounding off decimals, greater than, and less than signs, random numbers, etc...
Code Example: (Brackets are not allowed. Watch the video for the code on greater than and less than signs.)
___
a = 5
b = 3
c = 3
MsgBox a + b ,, "5 plus 3"
MsgBox a - c ,, "5 minus 3"
MsgBox b / a ,, "3 divided by 5"
MsgBox a * c
آی-ویدئو