Re: differing results for FSTAT between /16 and /32


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Robert G Laurin on January 25, 2013 at 11:37:41:

In Reply to: Re: differing results for FSTAT between /16 and /32 posted by Bob A on January 25, 2013 at 09:33:06:

This is a sample piece of code I've been using for a (far too) long time.


500 100 FSTAT$ = FSTAT(FILE$,DIR="ABC")
590 LET PRINT$ = SUB(FSTAT$,1,14)
600 PRINT (0) FILE$;' ';PRINT$
640 FILE$ = SUB(FSTAT$,35,8) ! get next file
645 IF SUB(FSTAT$,43,3) > ' ' _ ! with extension ?
650 FILE$ = FILE$ + '.' + SUB(FSTAT$,43,3)
665 IF FILE$ < '' GOTO 100 ! Continue, Not Done 'till '@7F7F7F@'

I never tried it on Comet 32.


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]