Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: LIKE in a "derived" file declaraton 2007-09-11 -- Randy Goodhew FWIW:
The following Typed Group structure also works:
MyRecord GROUP,TYPE
LinkWidth BYTE
LinkType STRING(1)
LinkFile STRING(64)
END ! group type
DupFile FILE,DRIVER('TopSpeed'),PRE(DupSAV),CREATE
Record RECORD
LIKE(MyRecord)
END
END
Note: The above Group Type could also be used to create a Queue
structure that exactly matches the Record Structure!
Today is November 21, 2024, 6:47 am This article has been viewed 35217 times.
|
|