Login
`
Templates, Tools and Utilities
|
||
Icetips Article
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, 7:50 am This article has been viewed 35218 times.
|
|