[futurebasic] Re: [FB] FBtoC: INPUT# statement

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : February 2009 : Group Archive : Group : All Groups

From: Brian Stevens <bstevens33@...>
Date: Thu, 5 Feb 2009 19:28:08 -0700
On Feb 5, 2009, at 9:28 AM, Mark Chappell wrote:

> These are text data, so there should be no Endian issues.


Thanks.  Would you post the two or three lines used ( or just the OPEN  
and the PRINT # statement ) to create the file before the INPUT # ?

I'm assuming it is something like:

open "O", 1, @theFileSpec
print #1, a; b; c;  ( or print #1,, a,b,c )


Thanks.....


Brian S