![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Programmer
|
if(textBox1.Text.Length>0)
textBox1.Text=textBox1.Text.Substring(0,textBox1.Text.Length-1);if(textBox1.Text.Length>0)
textBox1.Text=textBox1.Text.Remove(textBox1.Text.Length-1,1); |
|
|
|
|
|
#12 |
|
Programmer
|
Yep, Pedja got it. My response time on the weekends isnt good, sorry. I usually surf this at work, like right now.
![]() JD |
|
|
|
|
|
#13 |
|
Hobbyist Programmer
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 4
![]() |
lol, thanks guys
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|