feature suggestion for INCLUDE statement


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

Posted by Bob A on June 14, 2019 at 08:20:41:

as I approach having to do some conversions... might I offer the following:

many years ago I worked on a system that had the following:

INCLUDE "abc.inc" PREFIX="IN"
INCLUDE "abc.inc" PREFIX="OUT"

so if abc.inc includes:
abc.record FORMAT:_
first;_
second$

would generate:
INabc.record FORMAT:_
INfirst;_
INsecond$

OUTabc.record FORMAT:_
OUTfirst;_
OUTsecond$

so one had to write one layout for a file, but if there were different instances... it would be easy to generate different names without having to code different INCLUDE files





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 ]