I filed a report on this: uzvofidu
Create a new project.
Create a new method in window1.
'add these two lines:
dim maxarrayindex As integer = 100
dim theArray(maxarrayindex) As string
RUN and a failed assertion error is thrown.
It appears that dim = does not work well on the first line. At least
under OS X 10.4.7, 2006r3
I hope to save someone else the hours I spent trying to uncorrupt my
project.
Scott
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>