I have a question about how arrays that are redimensioned are
initialized.
Let's say I've got an array in an class that's defined as:
Derf(-1) as Integer = 1
and sometime later, I redim it
redim Derf(100)
Are the new elements set to 1? Cleared to 0 (default for integers)?
Or have undefined values?
I took a quick look through the documentation and cannot find this
addressed anywhere.
Best
R
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>