[futurebasic] Input

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : April 2007 : Group Archive : Group : All Groups

From: Brian Heibert <heibert@...>
Date: Mon, 30 Apr 2007 18:13:23 -0500
Hi,

I got this to create a input command

LONG IF keyword$ = "INPUT"
WINDOW #_Output
WINDOW OUTPUT #_Output
PRINT restOfCommand$+"»";
INPUT "";inp$
PRINT "Answer: "+inp$
END IF

How do I let the user of my basic like language 
that I am making do something with the answer

Brian

PS:  If you got this please tell me, I was having trouble sending to the list