BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Syntax to get a value of a multi-dimension array?

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi OLE Automation
View previous topic :: View next topic  
Author Message
Ian Boyd
Guest





PostPosted: Fri Sep 15, 2006 10:59 pm    Post subject: Syntax to get a value of a multi-dimension array? Reply with quote



i need to iterate over each dimension, each element of a multi-dimensional
variant array.

procedure IterateArray(v: Variant);
var
dim, element: Integer;
begin
for dim := 1 to VarArrayDimCount(v) do
for element := VarArrayLowBound(v, dim) to VarArrayHighBound(v, dim)
do
begin
//dim and element are now an dimension and element

//But the syntax:
DoSomething(v[dim][element]);
//is not correct
//but i want
v[dimension][elementOfThatDimension]

}

//Is
_VarArrayGet(v, dim, element);

//what i want, even though it's hidden inside System.pas?
//i can't tell if it's using Dimension/Element
end;
end;
Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi OLE Automation All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.