09-21-2010, 05:44 PM
I have 2 variables whose values are as follows:
Var1 = 65,000
Var2 = 65000
The value of the first variable is obtained through 'Split' function of a innertext property of an object while the second variable is the value obtained from the text displayed in a text box.
My objective is to compare these 2 variables and the result should be that both are same.
for example:
strcomp(var1,var2) result should be 0.
Please let me know how do I accomplish this.
Var1 = 65,000
Var2 = 65000
The value of the first variable is obtained through 'Split' function of a innertext property of an object while the second variable is the value obtained from the text displayed in a text box.
My objective is to compare these 2 variables and the result should be that both are same.
for example:
strcomp(var1,var2) result should be 0.
Please let me know how do I accomplish this.