0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
1 Posted Topic
[QUOTE=Lida_pink;1026660]How can I get the sum of the numbers of only one textbox? For example text1.text= 1367 How to get the sum of this 4 digit number? I appreciate your assistance in advance. Lida[/QUOTE] Dear Lida, Try this: text1.text = 1367 text2.text = sum(text1.text)
The End.
turseno