1.

Solve : need help identifying the problem!!!?

Answer»

Quote from: Dias de verano on January 11, 2009, 05:44:57 AM

Quote from: steven32collins on January 11, 2009, 05:39:10 AM
thanks
im only 13 i should know it

also what diffrent
set /
comands are there
i know 2
set /P is to have user INPUT of a variable
set /a is to add two or more variables TOGETHER what else is there

Quote
set /a is to add two or more variables together

Not exactly. set with the /a switch does a number of things, not just add, and can be used on its own to create an arithmetic variable.

1. Open a command window
2. type this at the prompt

set /?

3. Read the help.





One problem with set /a is that you can't work with decimals.


Discussion

No Comment Found