PDA

View Full Version : Solved: UDT initialization



JKwan
03-31-2009, 05:12 AM
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.

Bob Phillips
03-31-2009, 05:22 AM
I never use UDTs, too problemmatical.

I use a custom class instaed, you can do what you want by just New'ing it.

JKwan
03-31-2009, 07:32 AM
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.

Bob Phillips
03-31-2009, 08:14 AM
Far more flexible than a UDT, and none of the baggage :-)