TGC Codebase Backup



basic input by dared

20th Nov 2004 5:37
Summary

having problems with input? then this a copy cat code!



Description

some people have trouble with input this is the code if it doesn't work then put a space between " and ;.



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    rem input
input "";a$
print "";a$

rem if you want it to say some thing before the speech marks then:
input "what's your name?";b$
print "hi";b$