Board index » delphi » Dynamic array sizes
Peter N Roth
![]() Delphi Developer |
Mon, 19 Mar 2001 03:00:00 GMT
Dynamic array sizesQuoteashley.dick...@health.gov.au wrote in message Quote>In C the array operators allow blocks of memory to addressed as arays of a: array of someType; ... SetLength(a, someinteger); and there's a way to preserve the contents. Check 'dynamic array' Quote>Also is pointer arithmetic with pointers to types other than char possible? eg, a[i] is the i-th value (0-based). -- |