Results 1 to 4 of 4

Thread: oh for &^*(&'s sack

  1. #1

    Thread Starter
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860

    oh for &^*(&'s sack

    I just spent an hour trying to track down the untrackable bug. I knew I was going to be pissed when I found it and I am!!!!!!!!!!!!!!!!!

    I kept ending up at the same class, but kept not finding anything (BAD BAD). So I finally give up and get all my DLLs running in the IDE at once. Program slowly churns along as the commands are sent back and forth (loading thousands of items from a file)

    10 minutes later I zero in on this:
    VB Code:
    1. Private Property Get DataList_toNext() As DataList
    2.     DataList_toNext = Data.toNext
    3. End Property

    which needs a SET in front.

    ARGH!!!!!!!!!!!
    Don't pay attention to this signature, it's contradictory.

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: oh for &^*(&'s sack

    I laugh in derision at your feeble choice of programming tool.
    I don't live here any more.

  3. #3

    Thread Starter
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860

    Re: oh for &^*(&'s sack

    Quote Originally Posted by wossname
    I laugh in derision at your feeble choice of programming tool.
    I knew you were going to show up with your ".net" this and ".net" that.

    Personnaly, I fail to see the point of using SET at all. It distinguishes pointers from variables, but is there any way to use the normal = on a class??
    Don't pay attention to this signature, it's contradictory.

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    Re: oh for &^*(&'s sack

    Fool.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

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