Hi,
I am facing an issue in QTP script.
I have a variable 'a' which contains a value of integer type.
Now i am adding this value in datasheet as
but the value of 'a' is getting entered as a string, i want it to enter as integer.
Plz anybody help me out to resolve this.
Regards,
Galstar
I am facing an issue in QTP script.
I have a variable 'a' which contains a value of integer type.
Now i am adding this value in datasheet as
Code:
datatable.value("name",1)=a
Plz anybody help me out to resolve this.
Regards,
Galstar