[futurebasic] [FB^3] Saving file in Toolbox

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : May 2000 : Group Archive : Group : All Groups

From: Robert Purves <robert.purves@...>
Date: Tue, 9 May 2000 22:06:03 +1200
In converting a program from FB^3's FBII emulation to the Mac Toolbox
(a.k.a. Rntm UltraLite) mode, everything has gone smoothly except for these
two lines:

open "O", 1, filename,, volRefNum
write file #1, address, numBytes

(The variables are declared
dim filename as str63, volrefNum, address as ptr, numBytes as long).

Has anyone made a successful conversion of these, or similar, file-handling
statements?

Robert P.