Consulting

Results 1 to 4 of 4

Thread: Solved: UDT initialization

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Expert
    Joined
    Aug 2004
    Posts
    810
    Location

    Solved: UDT initialization

    I was wondering is there a quick way of assigning a UDT to "". Instead of iterating thru it one element at a time, can I assign the whole UDT in a "one shot" fashion? I tried, it did not work.

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,443
    Location
    I never use UDTs, too problemmatical.

    I use a custom class instaed, you can do what you want by just New'ing it.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    VBAX Expert
    Joined
    Aug 2004
    Posts
    810
    Location
    Quote Originally Posted by xld
    I never use UDTs, too problemmatical.

    I use a custom class instaed, you can do what you want by just New'ing it.
    as always, thank you for your input XLD, I converted my UDT with a CLASS now.

  4. #4
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,443
    Location
    Far more flexible than a UDT, and none of the baggage :-)
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •