VBGamer |
|
RE: Basic VB Questions Jack Hoxley (0 replies, 0 views) (2000-Sep-7) Global is for modules and public is for classes - Although I dont pay much attention to it ;)
Dim can be accessed from the outside - add it in the (Declarations) section of a module then type "Modulename." and you'll get a list of them I think...
Private makes things private - funny that.
Call () is where it returns something that you're not really interested in I do believe. Or you have problems using brackets in parameters...
Next - Next I , that's just good practise the latter one - makes for less confusion, but has no practical difference.
correct me If I wrong. |