Re: [Gambas-user] In simple English could someone explain what the h does in instanciation?

2009-04-05 Thread Rob
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

Re: [Gambas-user] In simple English could someone explain what the h does in instanciation?

2009-04-05 Thread jbskaggs
Thanks. JB Skaggs Rob Kudla wrote: 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