"S.V.BADARI NARAYANA MURTHY" <[EMAIL PROTECTED]> writes:
> infile=FileOpen(0,s,'data','comp',fileModeAppend,&error);
> FileWrite(infile,text,1,1,&error);
> FileClose(infile);
> outfile=FileOpen(0,s,'data','comp',fileModeReadOnly,&error);
> FileTell(outfile, &sz,&error);
> sz1=FileRead(outfile,temp,1,1,&error);
If this is your full code, go back and perform proper error checking
after each statement. Then, if you still have problems, come back to the
forum with the error codes you are seeing.
--
Dave Carrigan ([EMAIL PROTECTED]) | Yow! They don't hire PERSONAL
UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-DNS | PINHEADS, Mr. Toad!
Seattle, WA, USA |
http://www.rudedog.org/ |
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/