I'm trying to make my program ask question and then it waits for my reply. How to make it do that?
I'm stupid.
Program waiting for reply
Started by lare290, Dec 12 2014 09:28 PM
2 replies to this topic
#1
Posted 12 December 2014 - 09:28 PM
#2
Posted 12 December 2014 - 09:40 PM
Are you talking about text input?
then do
whateverVarYouWant = read()
if it's a password, you can make it so it appears as and character you want, for example * by:
whateverVarYouWant = read("*")
Hope this helps.
then do
whateverVarYouWant = read()
if it's a password, you can make it so it appears as and character you want, for example * by:
whateverVarYouWant = read("*")
Hope this helps.
#3
Posted 12 December 2014 - 09:41 PM
thanks
Edited by lare290, 12 December 2014 - 09:49 PM.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











