Re: CED 17.01 C32 ?


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

Posted by Robert G Laurin on June 10, 2026 at 08:06:13:

In Reply to: Re: CED 17.01 C32 ? posted by Yves Ste-Marie on June 10, 2026 at 06:03:38:

When you try to open an object in CED it displays what version it was last compiled under.

This is based on this code:

20152 IF VERSION$ > '400' AND TYPSTT$='O' ! Object ! CED 17.01
20153 IF SUB(FSTAT(OBFIL$,DIR=OBDIR$),135,4) NE '@00000000@' ! CED 17.01
20154 LET FILETYP$ = 'C32' ! Comet 32 Executable ! CED 17.01
20155 ELSE ! CED 17.01
20156 LET FILETYP$ = 'C16' ! Comet 16 Object (Legacy) ! CED 17.01
20157 ENDIF ! CED 17.01
20158 ENDIF ! CED 17.01

See documentation for FSTAT:

https://wiki.signature.net/index.php/IB_Statements/fstat



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 ]