What are SZ array?
I was reading an article regarding .Net arrays and on that article,
the author mentioned something about SZ arrays.
As far as I can tell, SZ arrays are one dimension arrays that are zero
based, am I correct on this? Also, can someone tell me what does “SZ”
stands for?
Thank you.
.
Relevant Pages
- Re: How do I click on a row on a form and launch new form for that
... I guess I have some reading to do, ... New customers will have zero invoices, ... customers could have between 1 and 100 or more invoices. ... I know how to work with arrays, ... (microsoft.public.access.forms) - working with images as byte[] arrays
... I am working with some images as bytearrays and am not sure nor can ... I figure out if as I am reading the image and saving smaller sub- ... Bitmap tempbitmap; ... output of the 16x16 sub image so results can be seen ... (microsoft.public.dotnet.languages.csharp) - Re: reading more data than the record size (RECL)
... but I need to make the arrays larger. ... dimension array, work ... character id*56 ... UNIT 12 "100USGS.grd " Fortran runtime error: Reading more data ... (comp.lang.fortran) - Re: Looking inside folders?
... I ALWAYS dimension arrays beginning with 1 and NOT the default, ... I do this because it's more intuitive when reading the code 2 years after ... Sometimes you are linking an array to an object whose first element is ZERO ... (microsoft.public.word.vba.general) - Re: delimited data into nested array
... > Perl as a two dimensional nested array. ... Do you have a good reason for reading the file into an array ... If you'd still like to use the arrays, read up on perllol and use this: ... This whole loop was condensed above by using join, $\, and that handy ... (comp.lang.perl.misc) |
|