VBGamer |
|||||||||||||||||||||||||||
My common sense says... Rag on a Stick (1 reply, 0 views) (2001-Oct-3) That the MS way will be slow to buggery.
String operations are slow enough in VB. It requires a call to a dll also. It wouldn't work with a UDT with a dynamic array in it since Len(MyUDTWithADynamicArrayInIt) always equals 4.
Secondly, when doing comparisons, you might not want to compare in the order which you defined the type, so it is stuffed there too :)
|