12-20-2009, 07:36 PM
Hi ppl,
I am using descriptive programming to click a record from my database. since there are no unique properties i tried to hard code the value
say my html id is xyz_0_1 where 0 & 1 indicates row and column respectively.. i need to store "xyz_" in a variable and dynamically change "0_1" .how do i do it
i stored xyz in a variable a
and then 0_1 in another variable b. i concatenated both by mentioning as a & b
but the msgbox displays the a&b and not the values stored in it.Where have i gone wrong.pls correct me
I am using descriptive programming to click a record from my database. since there are no unique properties i tried to hard code the value
say my html id is xyz_0_1 where 0 & 1 indicates row and column respectively.. i need to store "xyz_" in a variable and dynamically change "0_1" .how do i do it
i stored xyz in a variable a
and then 0_1 in another variable b. i concatenated both by mentioning as a & b
but the msgbox displays the a&b and not the values stored in it.Where have i gone wrong.pls correct me