keyser
Wed May 07 09:51:28 CDT 2008
what? ohhhh... i see... OK
i understand, now, the words : "the last dimension"
( i missunderstood it as the "last row" )
thanks, Bob
"Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> escribió en el mensaje
news:eJ3e756rIHA.2492@TK2MSFTNGP06.phx.gbl...
| keyser soze wrote:
| > thanks Bob
| > i found the answer to the problem...
| >
| > using : MyArray[ rows, cols ]
| > then : "PRESERVE" don't work
| >
| > swaping the "dimensions" (the logic of my page)
| > i have: MyArray[ COLS , ROWS ]
| > and now : the "preserve" keyword works
| >
| > either there is a problem with "preserve"
| > and the order of dimensions
| > or the problem begin when store and restore the array
| >
| No, the problem is the failure to read the documentation :-)
| Preserve only works for the last dimension of the array.
|
http://msdn.microsoft.com/en-us/library/c850dt17(VS.85).aspx
|
| --
| Microsoft MVP -- ASP/ASP.NET
| Please reply to the newsgroup. The email account listed in my From
| header is my spam trap, so I don't check it very often. You will get a
| quicker response by posting to the newsgroup.
|
|