View Single Post
  #1 (permalink)  
Old 10-21-2007, 07:41 PM
derez derez is offline
Senior Member
 
Join Date: May 2007
Posts: 188
Awards Showcase
Beta Tester Competition Winner 
Total Awards: 2
Question checking textbox string



Hi
I am puzzled by an inconsistency between the device and the desktop.
I attach a small program to demonstrae it.
when pressing the button, I check a textbox text if it is empty and if yes - put minus, else plus:

If textbox1.Text = "" Then textbox1.Text = "-" Else textbox1.Text = "+"

when run on desktop it works, on the device I always get +

Attached Files
File Type: sbp test.sbp (521 Bytes, 14 views)
__________________
David Erez
Ramat Hasharon, Israel
Reply With Quote