Hello everyone,

Does anyone know how what is data format IBM/Microsoft basic write floating
value to a file.

i.e.

OPEN "TEST.DAT" FOR OUTPUT AS #1
Price=0.423
WRITE #1, Price
PRINT #1, Price
CLOSE #1

How 0.423 represent as Delphi record? double? Integer?

TIA

Regards
Leigh
_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

Reply via email to