Re: Any Euphoria version of BSAVE (basic)
At 12:42 PM 4/18/98 EDT, ST Qu Man wrote:
>Is there a Euphoria command that makes a file so you can write information to
>it? In BASIC all I need to use is BSAVE"file.txt",1,1:CLOSE
How about fn = open("file.txt","wb") -- wb stands for write binary
The real question is, why are you wanting to use a binary
save to write a text file? BSAVE copies a block of memory
to a file, which would not usually be readable as text.
Irv
----------------------------------------------------------
--Visit my Euphoria programming web site:--
--http://www.mindspring.com/~mountains --
----------------------------------------------------------
|
Not Categorized, Please Help
|
|