ever seen array(.j.) notation? what's array(.j,k.) mean?


[ Delphi Forum -- by DelphiLand ]

Posted by oatmealface on October 25, 2003 at 19:54:55:

i recently downloaded a chunk of pascal/delphi code and discovered this bizzare notation - array(.j.) appears to refer to the jth element of an array. i understand array[j] and its extensions, but i can't figure what array(.j, k.) might refer to if it isn't array[j,k]

anybody know where this very odd notation comes from and what it means?

oops, corrected typo in my email address -- use this one


Related Articles and Replies:


[ Delphi Forum ] [ DelphiLand: free Delphi source code, tips, tutorials ]