From what I've seen in the posts lately, it would appear that arrays are global and can be accessed inside of functions... is this correct?
Are variables outside of functions accessible in functions?
I saw a post about using #include to load functions - do the functions loaded this way work just like they where inlined at the point of the #include statement (i.e., do they had the same access to arrays and or variables?).
TYPEs: can I pass a "type" variable to a function and access its members inside the function normally?
Thanks,
Ed