Is there any way to download the OLD Visual Express 2005 Beta 2 from the October 2004 time frame? I can't get the latest beta 2 to work properly and lots of code needs to be changed to migrate from OLD BETA 2 to current Beta 2.
Arr1(0) =
"Hi"Arr1(1) =
"There"Arr2 = Arr1.Clone
MsgBox(Arr2(0) &
" " & Arr2(1))