02-04-2009, 03:25 AM
Yes,unfortunately I have to store all these variables.
This is working by placing " infront of each ", means like this (width=""2"").
Now the problem I am facing is retrieving them back to normal means(width = "2").
I tried using Replace(Var,"""",""") but this is not working.
Any other ideas?
What I am trying to do is above text is all static so I need to store static content ,add some values and then verify it against dynamic values displayed.Any help is appreciated.
This is working by placing " infront of each ", means like this (width=""2"").
Now the problem I am facing is retrieving them back to normal means(width = "2").
I tried using Replace(Var,"""",""") but this is not working.
Any other ideas?
What I am trying to do is above text is all static so I need to store static content ,add some values and then verify it against dynamic values displayed.Any help is appreciated.