Results 1 to 14 of 14

Thread: Equivalent syntax using a class ?

Threaded View

  1. #1

    Thread Starter
    Frenzied Member David.Poundall's Avatar
    Join Date
    Sep 2002
    Location
    Robin Hood Land
    Posts
    1,457

    Resolved Equivalent syntax using a class ?

    Can anyone enlighten me as to a class based syntax that will allow me to do the equivalent of this...

    Code:
    Public Type SomethingElse
        Index as Long
        Order as Long
        Ref as String
    EndType
    
    Public Type Something
        Name as String
        Group() as SomethingElse
    End type
    
    Public Thing as Something
    Thanks in advance

    .
    Last edited by David.Poundall; Dec 26th, 2004 at 12:23 PM.
    David

    Learn the Rules so that you know how to break them properly.

    Printing dll dBTools MZTools Winsock API WinsockVB More Winsock SGrid2 MSChart Mail2Web

    If you have found this thread useful then read this

Posting Permissions

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



Click Here to Expand Forum to Full Width