Bogged down on things



Hi

There's a number of fundamental things that I seem to be getting bogged down
on in VB6 and it's mainly to do with variables & subs. Things like, in subs,
what ByVal does and when it's needed; when and why you need the "optional"
keyword; passing arrays to and from a sub; returning vars from a sub in
general; when you need the () after an array name; etc

Anyone know any good online tutorials (or failing that - relatively
inexpensive books) that explains all this reasonably simply?

Ian


.



Relevant Pages

  • Multidimensional array / Passing an array to a sub
    ... I'm currently massivly confused by multidimensional arrays and passing arrays to subs. ... I'm not sure what exactly I'm doing wrong here, probably something simple, but I can't find anything that works in the manpages or on the site... ...
    (perl.beginners)
  • Global Variable
    ... Which is the sintax on vb6 to define a variable as global? ... and i wanna call all this variables on other Subs ...
    (microsoft.public.vb.general.discussion)