Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DanEsch

    Structured data and Collections - Do I have to use a class?

    Yep, that was what I was afraid of. I was hoping I wouldn't have to code classes for each of the (multiple) UDT's I need to handle. I have that in hand and it works, kinda. I was just looking for a more elegant solution if one was to be had. Doesn't look like there's a way around it...
  2. DanEsch

    Structured data and Collections - Do I have to use a class?

    To be specific, I'm talking about collections, not dictionaries. Here's an example of what I'm talking about: I also tried wrapping the collection in a class and setting then setting a reference to a new instance of that, but that didn't do any good either... This is the snippet I tried when...
  3. DanEsch

    Structured data and Collections - Do I have to use a class?

    Gah! Okay, I have a structured set of data and I need to create collections or dictionaries of instances of these sets and I can do this with classes. In fact I have done this. It works. But I'm looking at that list of modules and realizing how far I have to go in this project and asking...

Part and Inventory Search

Back
Top