64 posts
Location
Finland
Posted 12 December 2014 - 09:28 PM
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.
1029 posts
Location
Missouri, United States, America, Earth, Solar System, Milky Way, Universe 42B, Life Street, Multiverse, 4th Dimension
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.
64 posts
Location
Finland
Posted 12 December 2014 - 09:41 PM
thanks
Edited on 12 December 2014 - 08:49 PM