EditText Blank When Zero

sultan87

Active Member
Licensed User
Longtime User
Hello
Edittext is initialised at zero
how to make to post blank
idem VB6
Best Regards
 

sultan87

Active Member
Licensed User
Longtime User
Hello
I read a recording, the field is numerical if its value is 0 I want to post " "
exist t' it a property for edittext idem vb ' blank when zero'
best regards
 
Upvote 0

pluton

Active Member
Licensed User
Longtime User
B4X:
If edittext1.Text = "0" Then
EditText1.Text = ""
Else
' do something 
End If
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…