Hi Rene,

I agree it would be generally good design move to treat UDT and standard types equally. It would be also good for cases like fast declare:
Long myNumber ' -- Possible now

MyCustomType variable ' -- Not possible now, because UDTs are considered something special

Petr