Quote:
no i think inputting over 255 characters in a string using the get statement followed by :* will still cause an error and cause Turing to crash
As Cervantes said.
Quote:
theres really nothing you can do to error trap that unless you keep count of the length of the string ...
Yes, you can prevent the program from crashing by following a get statement with a :255. The string will still only keep the first 255 characters in memory, but the user can input as many as he/she wants and there will be no error (Turing will not crash).