[Gambas-user] REQ: Completion

ron ronstk at ...239...
Fri Mar 19 12:24:26 CET 2004


Correction, I typed on line, it is not the real code  
 public sub z()
 	class1.x1	ok
 	class1.x2	not in completion
 	class2.y1	ok
 	class2,y2	is not but should? <-- my bug
 end
 ----

had to be

 public sub z()
 	class1.x1	ok
 	class1.x2	not in completion
 	class2.y1	ok
 	class2.y2	is not but should?
 end
 ----

Ron




More information about the User mailing list