VBScript(Tutorial) Making a Multiplacation Calculator Simple
Uploader Comments (stupidgaylogincrap)
All Comments (22)
-
@theonlinegamers if you copied the entire code correctly, to lose the loop, press cancel in the inputbox and it should do: WScript.quit (this is the exit code).
-
@theonlinegamers Or Do CTRL ALT DELETE and exit the process "wscript.exe" :D
-
@littlesnack123 first of all that was one yr ago, so i dont need that help now lol
secondly i was running the program, not editing the code
-
@theonlinegamers Delete do and loop
-
@theonlinegamers put in for the numbers a letter or punctuation mark to end it. it scared me at first but then i hit edit and it said ifnot numeric wscript.quit so... yeah.. XD
-
This is the script to convert Celsius to Fahrenheit:
Dim a
a=inputbox("Put in your number you want to convert:")
if not isnumeric (a) then
wscript.quit
end if
c=msgbox("Your Answer: " & (a*9)/5+32)
-
FOR ADD
choice this
BUT ONLY WORKS FOR 1 NUMBER
c = a+b -9*a
-
The + should work because thats how I did it, but if it doesnt work for you, then you have some messed up computer or something along those lines
answer me! how i get rid of it!
theonlinegamers 3 years ago
What are you trying to do close it? if you want to close it just enter a letter because this: if not isnumeric (b) then
wscript.quit
so if it's not a number the program will quit.
stupidgaylogincrap 3 years ago
HOW DO I LOSE THE LOOP!?
theonlinegamers 3 years ago
sorry for not answering i accedentally spammed youtubes messages on yahoo, trying to spam these scams emails and so i don't get alerted when i get a message. and comments don't get that inbox alert for youtube. so sorry
stupidgaylogincrap 3 years ago
awesome!
5/5
really cool!
elisha054 3 years ago
glad you like thanks for watching :)
stupidgaylogincrap 3 years ago