Not a creature was stirring, not even a mouse....

  • Thread starter Thread starter Mhzjunkie
  • Start date Start date
M

Mhzjunkie

What have they done with beta 2, stuck it under the house ?


--
Mhzjunkie

1 PRINT "Windows XP ERROR"
GOTO 1
END
 
Doubtful it will appear until after Bill Gates address to WinHEC.

Even then, WinHEC participants may get the code before other parts
of the test community. At different times certain groups get the
jump on others. (Technical Beta, TAP, MSDN....)
 
10 MODE 1
20 PRINT "Vista Beta 2 is expected shortly. Not entirely sure on dates but
30 PRINT "it'll be around and about for public download very soon"
40 GOSUB 10
50 END;

--
Zack Whittaker
» ZackNET Enterprises: www.zacknet.co.uk
» MSBlog on ResDev: www.msblog.org
» Vista Knowledge Base: www.vistabase.co.uk
» This mailing is provided "as is" with no warranties, and confers no
rights. All opinions expressed are those of myself unless stated so, and not
of my employer, best friend, Ghandi, my mother or my cat. Glad we cleared
that up!

--: Original message follows :--
 
Your GOSUB would cause a stack overflow :P




Zack Whittaker said:
10 MODE 1
20 PRINT "Vista Beta 2 is expected shortly. Not entirely sure on dates but
30 PRINT "it'll be around and about for public download very soon"
40 GOSUB 10
50 END;

--
Zack Whittaker
» ZackNET Enterprises: www.zacknet.co.uk
» MSBlog on ResDev: www.msblog.org
» Vista Knowledge Base: www.vistabase.co.uk
» This mailing is provided "as is" with no warranties, and confers no
rights. All opinions expressed are those of myself unless stated so, and
not
of my employer, best friend, Ghandi, my mother or my cat. Glad we cleared
that up!

--: Original message follows :--
 
So far it is only rumour Beta 2 will be released today.
If it is today, I do not expect it until the keynotes at WinHEC are
completed about Noon Pacific, about 4 hours from now.

The next question is which program gets it first? All at once?
Some of the programs that will get Beta 2:
Technical Beta testers.
MSDN/ Tech Net subscribers.
Public Beta.
My guess is in that order unless released simultaneously to all.
Also do not forget there are other programs that get Betas to the major
manufacturers necessary for their development. Many of these may get Beta 2
before anyone.

The last question is where do you fit in the chain.
If near the bottom, it could be a few days after the first receive Beta 2.
 
Well, has been a while since I coded BASIC - a good 8 years ago ;o)

--
Zack Whittaker
» ZackNET Enterprises: www.zacknet.co.uk
» MSBlog on ResDev: www.msblog.org
» Vista Knowledge Base: www.vistabase.co.uk
» This mailing is provided "as is" with no warranties, and confers no
rights. All opinions expressed are those of myself unless stated so, and not
of my employer, best friend, Ghandi, my mother or my cat. Glad we cleared
that up!

--: Original message follows :--
 
Andre Da Costa [Extended64] spewed out this bit, and i'll scatter a few bits
myself
I thought you were going to say you were missing two front teeth.

Nah, the dentist worked that out.

--
Mhzjunkie

1 PRINT "Windows XP ERROR"
GOTO 1
END
 
Roy Coorne spewed out this bit, and i'll scatter a few bits myself
1 PRINT " "
2 GOTO 1

At one time i had the line numbers in it. Just didn't look right for my sig
line, thats all.

--
Mhzjunkie

1 PRINT "Windows XP ERROR"
GOTO 1
END
 
Back
Top