Got something to write about? Check out our Article Builder.

View \TUTOR05.PAS

Halcyon version 3.0

Submitted By: Unknown
Rating: (Not rated) (Rate It)


program Tutor05;
{$N+,E+}          {Required for floating point number handling}
uses
   GSOB_DBF;
var
   MyFile : GSO_DB3Build;
begin
   with MyFile do
   begin
      Init('TUTOR5');
      InsertField('FIELD1','C',8,0);
      InsertField('SECOND','D',8,0);
      InsertField('THIRD','L',1,0);
      InsertField('FOURTH','N',6,2);
      Done;
   end;
end.

corner
© 1996-2008. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Publisher: Lars Hagelin.
bootstrapLabs Logo A bootstrapLabs project.