That is what I ment, thanks for correcting me, how about an example because I can't seem to write IN the console window.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuINPUT name$, 0, 0
LET A$ = "Hello World"
PRINT A$, 100, 100
SHOWSCREEN
MOUSEWAIT
END
Quote"HelloWorld.gbas"(5) error : variable is not explicitly defined : a$