Jan 7, 2003 #1 starrytwinkle Technical User Joined Dec 23, 2002 Messages 28 Location 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..
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..
Jan 8, 2003 #2 manabenz Technical User Joined Dec 5, 2000 Messages 104 Location GB Use value() Mayuresh Upvote 0 Downvote
Jan 8, 2003 Thread starter #3 starrytwinkle Technical User Joined Dec 23, 2002 Messages 28 Location SG 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. Upvote 0 Downvote
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.
Jan 8, 2003 #4 manabenz Technical User Joined Dec 5, 2000 Messages 104 Location GB Yep, using integer() would be better than using value() Upvote 0 Downvote