On May 14, 2006, at 1:29 PM, Ronald Vogelaar wrote:

Was there a reason for not implementing the Structure more flexible?

I was hoping to finally be able to do something like this:

Dim x As New Structure(a As String*10, b As Integer, c As Boolean)

x.a="1234567890"
x.b=1
x.c=True

Ronald Vogelaar

That's still basically statically declared
Now if I could do

Function doSomething (i as integer)

        Dim x As New Structure(a As String*i, b As Integer, c As Boolean)

where the size is NOT known at compile time that would be useful
_______________________________________________
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>

Reply via email to