Hi, this is my first post, as I recently started using Basic4ppc.
I'm trying to get a value in a table with two columns (i.e. "A", "B") but I don't know the row number, I need something like:
table1.AddRow(15, 5)
table1.AddRow(32, 7)
x=table1.cell("A", <row no. that matches with the value '7' in "B" column>)
(result should be 32)
any ideas?
thanks and sorry for my awful english.
I'm trying to get a value in a table with two columns (i.e. "A", "B") but I don't know the row number, I need something like:
table1.AddRow(15, 5)
table1.AddRow(32, 7)
x=table1.cell("A", <row no. that matches with the value '7' in "B" column>)
(result should be 32)
any ideas?
thanks and sorry for my awful english.