richard terry a écrit :
> I almost feel embarrassed to ask this having programmed in gambas for so 
> long, 
> but here goes.
> 
> simplest syntax for testing for no text in a textbox.
> 
> I currently to
> 
> if Trim(textbox1.text) = "" then

salut Richard,

if isnull(Textbox1.text) is an another way.

Jack



------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to