: : Hey All,
: : Everytime i make an input command, like the one below, It allways puts a question mark at the end of the statement. Why does it do this, and how can i get it off??
: :
: : CLS
: : Input "This is a sample Input "; A$
: : END
: :
: :
: :
: :
: The problem is simply that you are useing a ";" this will put up the "?" mark. however if you make it "," then the mark will disappear *poof*
: -Margalo

:
:
Thanks!