Re: putitng info from keyboard
- Posted by ghaberek (admin) Feb 17, 2009
- 1008 views
sequence input input = prompt_string( "Please enter your input: " ) printf( 1, "Your input was: \"%s\"\n", {input} )
-Greg
sequence input input = prompt_string( "Please enter your input: " ) printf( 1, "Your input was: \"%s\"\n", {input} )
-Greg