|
-
Apr 11th, 2005, 09:44 AM
#1
Thread Starter
Fanatic Member
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:
Private Property Get DataList_toNext() As DataList
DataList_toNext = Data.toNext
End Property
which needs a SET in front.
ARGH!!!!!!!!!!!
Don't pay attention to this signature, it's contradictory.
-
Apr 11th, 2005, 10:19 AM
#2
Re: oh for &^*(&'s sack
I laugh in derision at your feeble choice of programming tool.
I don't live here any more.
-
Apr 11th, 2005, 11:07 AM
#3
Thread Starter
Fanatic Member
Re: oh for &^*(&'s sack
 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.
-
Apr 11th, 2005, 11:08 AM
#4
Re: oh for &^*(&'s sack
Fool.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|