|
-
March 2nd, 1999, 05:11 PM
#1
adding to a collection class without .add
I'd like to implement an interface like the one in the ADO command / parameter object so i can use syntax like:
mQry.add(0) = "value" rather than having to explicitly use (for example) : mQry.Paramters.add "value"
I'm using a collection class to do it at the moment and know i need to use add within the class but at the moment i can't pick up the value as it seems way out of scope.
Any ideas / code welcome.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|