Jack,
In RB 2005, how do you designate a two-dimensional string array as a
Property? Thanks!
Declaration: MyArray(m,n)
As: string
There is no Append for two-dimensional arrays and the declarations
MyArray(,) and MyArray(-1,-1) give syntax errors.
Thanks! I discovered by esperimenting that Declaration: My Array(-1,
-1) As String and Declaration( , ) As String didn't work (nor does
Declaration: My Array(12, 30) As String), but I didn't know (and
couldn't find in the documentation) what else to use.
Some more questions: You mention that there is no Append for
two-dimensional arrays. Is there a ReDim (and does it by default
preserve the contents as is done with one-dimensional arrays)? And
where is the Language Reference (or User's Guide?) is this information
found?
Barry Traver
_______________________________________________
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>