Rem Use the Input command to read user input from the console to a BlitzMax String. End Rem SuperStrict Local name:String = Input("What is your name") Print "Hello "+name