Skip to Content
0
Former Member
Dec 30, 2007 at 06:14 AM

FNAME = '/tmp/myfile' file too must only be 60 bytes

28 Views

DATA FNAME(60).

FNAME = '/tmp/myfile'

FNAME is a variable of type C of length 60 bytes. Now FNAME ='/tmp/myfile'

Does ths mean that the file too must only be 60 bytes?What to do if the size3 is unknown, or the filke is bigger than 60 bytes?