Using variable in HTML link

How is variable used in webpage link? In example whats below, i need to change "tableRow=‘3’ to use variable in row number. Tested like this “tableRow= intRowNumber.ToString” but it’s not working.

Hi @mikko1

If i am right you need to insert the variable to selector!

Store the introw number as variable int

clear the value in tablerow and right click its prompts to enter the variable
select the variable !

Regards

ensure that the variable has a valid defualt value, the the selector can also be validated.

Thanks for fast replies, these solved problem.

-mikko

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.