Make a label on a form: Label1

In code, run the following 3 lines:

  Label1.text = "B"
  Label1.text = Left$(Label1.text, Len(Label1.Text) - 1)
  Label1.text = Left$(Label1.text, 0)


Line 2 or line 3 should reduce it to an empty string.
It doesn't

-Fernando

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to