P
Peter Kinsman
I wish to create a collection of S36File objects with a number of
properties, one of which is is a collection of S36field objects. I have
created Class Modules for S36File and S36Field, and successfully appended a
file to the S36Files collection, but cannot sort out the syntax for adding a
field. I would have expected to use something like:
S36Files(1);S36Fields.Add S36Field
but I am wondering if the Fields collection exists in its own right rather
than as a property of the Files collection.
Yet again I am trying to run before I have leamed to walk,
but I wondered if anyone else had encountered a similar problem.
Many thanks
Peter Kinsman
properties, one of which is is a collection of S36field objects. I have
created Class Modules for S36File and S36Field, and successfully appended a
file to the S36Files collection, but cannot sort out the syntax for adding a
field. I would have expected to use something like:
S36Files(1);S36Fields.Add S36Field
but I am wondering if the Fields collection exists in its own right rather
than as a property of the Files collection.
Yet again I am trying to run before I have leamed to walk,
but I wondered if anyone else had encountered a similar problem.
Many thanks
Peter Kinsman