On Sunday 05 April 2009 23:15, jbskaggs wrote:
> dim hTextbox1 as Textbox
> vesus
> dim myTextbox1 as Textbox
> What is happening with these two different statements?

The first one creates a new textbox object called hTextbox1.  The second 
creates a new textbox object called myTextbox1.  

The use of "h" in object variable names is just a convention ("h" usually 
meaning "handle", like "p" or "ptr" in C programs usually 
means "pointer"), not syntactically significant.

Rob

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to