[futurebasic] re: Re: [FB] PRINT#problem

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : June 2002 : Group Archive : Group : All Groups

From: Bowerbird@...
Date: Sun, 2 Jun 2002 17:52:44 EDT
barrie said:
>   PRINT# 1, number
>   PRINT# 1, String$(1)
>   PRINT# 1, number2
>   When read with
>   INPUT# 1, number
>   INPUT# 1, String$(1)
>   INPUT# 1, number2
>   Does not work. number reads OK 
>   but the string is empty and number2 is wrong.

oops, i missed it first time through,
but you really want to use "line input"
to read a string, not "input"...

-bowerbird