|
||||||||||||||||||||
Newbie please help!!!!!!!!!!!!!!!!!!!!!!!!!!
|
Author | Message |
---|---|
![]() Can you please tell me how to do this when pushbutton1 is pushed it will make editfield1 say 1 then if you push is agian is will make it say 2 and i need to make it do that all the way to 5 please help Thanks in advance |
|
Sun, 23 Feb 2003 08:24:02 GMT | |
![]() |
|
![]() Quote: >Can you please tell me how to do this when pushbutton1 is pushed it will In pushbutton1's Action event: >make editfield1 say 1 then if you push is agian is will make it say 2 and >i need to make it do that all the way to 5 please help dim foo as integer foo=foo+1 editfield1.text=str(foo) Now before anyone jumps on me, I know this can be done in a single line of ------ |
|
Sun, 23 Feb 2003 09:39:26 GMT | |
Page 1 of 1 |
[ 2 post ] |