Results 1 to 3 of 3

Thread: Why cant I do this?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 1999
    Location
    Phoenix, az
    Posts
    1,517
    When I do this the helper menu doesnt come up.

    Code:
    'module
    
    private type Type1
       iType as integer
    end type
    private type Type2
       TypeTest as Type1
    end type
    
    sub main()
    dim tTest as type2
    
    ttest.typetest.itype = 1 'no menu!!
    end sub

  2. #2
    Fanatic Member
    Join Date
    Sep 1999
    Location
    Bethel, North Carolina, USA
    Posts
    987
    Sometimes you just have to save the project.
    {Insert random techno-babble here}

    {Insert quote from some long gone mofo here}

  3. #3
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    There might be some faulty declarations, try compile your app and see what happens
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

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