Jump to content

Comparing Table values


Guest shekar

Recommended Posts

For table "User"ID NAME AGE1 Rick 282 Raj 303 Lucku 35if(_condition(_getCellText(_cell(_table("User"), 1, 4)) == "30")) _alert("Age is correct"); else _alert("Wrong Age!");HI all, Is my code correct??. I tried using this Code, to verify whether Name "Ricky" is equal to the age 30, using my code it should fail saying "Wrong Age", as Ricky's age is 28.Can anybody guide me about this!!Note "_" condition used is coz iam using sahi tool, which reads when "_" is specified.Thanks in Advanceshekar :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...