var iRowCount : integer; F : TextFile; begin ... { read row count } try iRowCount := 0; AssignFile( F, EPath.Text + s.Name ); Reset( F ); while not EOF( F ) do begin readln( F, sText ); inc( iRowCount ); end; ... finally CloseFile( F ); end; ...
Microsoft AX 2012, X++, C#, SQL server, SSRS, Java, JavaFX, Oracle, PL/SQL, Delphi - codes examples, step-by-step tutorials, experiences.
Friday, March 2, 2018
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment