01-20-2026, 04:37 PM
(01-11-2026, 05:09 PM)EkBass Wrote: BazzBasicVery cool!
I was playing around with this.
Is there anything like QB64's "line input" ?
I found "input", but it doesn't do what I want.
For instance:
input "> ", foo$
If the user types:
fred fish sells sea shells by the sea shore
I'd like that entire string to go into foo$
But currently, foo$ is assigned "fred", and the rest is thrown away.
How would I do what I want with BazzBasic?
Thanks!

