Hi,
Is there any type of command window that you can enter code like this..
Math.Round(3.45, 1)
and then have it show the result like...
Returns 3.4.
Just wondering. Because this would allow me to test my code before I apply it to my application. Other wise I have to code it in my application then build the application, and then run the application before I can see the result.
Thanks,
Razzle
Is there any type of command window that you can enter code like this..
Math.Round(3.45, 1)
and then have it show the result like...
Returns 3.4.
Just wondering. Because this would allow me to test my code before I apply it to my application. Other wise I have to code it in my application then build the application, and then run the application before I can see the result.
Thanks,
Razzle