[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:39:56 EDT
barrie said:
>   Does not work. number reads OK 
>   but the string is empty and number2 is wrong.

i bet you've got a carriage-return
at the beginning of your string...

a carriage-return _anywhere_ in your string
will disrupt the format as you've structured it.

-bowerbird