P Phobos New Member Joined Sep 1, 2003 Messages 4 Location Eastwood Sep 1, 2003 #1 what does this line of code refer to: dim variable ( 9 , 9 ) as integer i was wondering what the ( 9 , 9 ) meant coz i am really crap at SDD in VB 6 btw Last edited: Sep 1, 2003
what does this line of code refer to: dim variable ( 9 , 9 ) as integer i was wondering what the ( 9 , 9 ) meant coz i am really crap at SDD in VB 6 btw
sunny meh. Joined Jul 7, 2002 Messages 5,350 Gender Male HSC 2002 Sep 1, 2003 #2 It makes a 2 dimensional array of integers of size 10 by 10.
P Phobos New Member Joined Sep 1, 2003 Messages 4 Location Eastwood Sep 1, 2003 #3 yea thats what i thought, thanks
tieki Member Joined Feb 17, 2003 Messages 240 Location "The 'Wong..." :-) Sep 3, 2003 #4 The syntax of VB6 looks really easy...I haven't looked into it at all, we're doing VC++, it's a lot more confusing...lol
The syntax of VB6 looks really easy...I haven't looked into it at all, we're doing VC++, it's a lot more confusing...lol