Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert text to integer

Status
Not open for further replies.

starrytwinkle

Technical User
Dec 23, 2002
28
SG
Can anyone tell me how to do this? I tried but I think I forgot the way and could not get it done.
Thank YOu..
 
i am creating a dynamic data of integer. I have achieved this by using
w=member("Edit number").text

member("Edit number").text=string(w)
gCurrentRecord=integer(w)

although it managed to convert, I am not sure it is the right way.

 
Yep, using integer() would be better than using value()
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top