Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Pascal Misc > Type Text files...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 3 Topic 770 of 792
Post > Topic >>

Type Text files (Databases)

by Joe <joe@[EMAIL PROTECTED] > Dec 10, 2007 at 05:12 PM

Does any one have samples for using type files. Like a Database in Text.


type
	Tuser = record;
	name: string[30];
	age: string[2];
end;

const
datafile : string = 'data.dat';

var
Ur : file af Tuser;

r : Tuser;

procedure search;

procedure add;

procedure delete;

begin
Var
name: string[30];


ClrScr;

writeln('Your Name');readln(name);

end.




 3 Posts in Topic:
Type Text files (Databases)
Joe <joe@[EMAIL PROTEC  2007-12-10 17:12:16 
Re: Type Text files (Databases)
Il mago delle comete <  2007-12-16 15:11:23 
Re: Type Text files (Databases)
Joe <joe@[EMAIL PROTEC  2007-12-16 10:24:03 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed May 14 0:34:38 CDT 2008.