retrieve a table's element

Noam Wolf NoamW____flashnetworks.com
Sun May 6 19:36:40 CEST 2001


Hi Frank

I'm trying to retrieve a table element's value from my row.

I am trying to do it in two different ways, but none of them retrieves the
value:

MibLeaf* OLeaf = my_table->get(row, col);	//row, col are integers
OLeaf->get_value(dwValue);

The second way:
MibTableRow* my_row->get_nth(col)->get value(dwValue);

the function: 
		my_row->get_index() 
does work at the same scope.

Do you have any example\suggestions for retrieving a value from a table?

T.I.A

Noam Wolf





More information about the AGENTPP mailing list