PRINT Hello World
should be "Hello World" and is going to output as two numeric variables
initialized to 0 and will look like:
0 0
-----Original Message-----
From: bheibert@... [mailto:bheibert@...]
Sent: Sunday, December 18, 2005 4:19 PM
To: futurebasic@...
Subject: [FB] Printing in the window I created
I have created a Window command (or statement)
the problem I am having is when I have a command after the window statment
the PRINT command seems to have no effect
like I will type
WIN 1 1 Hello
PRINT Hello World
and the Hello World does not go in to the window
Brian
PS: The way my code works it needs 1 1 or 2 2 or 3 3
to display the window that isn't a bug I don't think
--