Posted: 2nd Dec 2003 14:24
Quick program to show how array variables are globle for functions and normal variables are not. Also how to pass a variables to a function.
Posted: 5th Dec 2003 21:56
Arrays are global proving they are "executed" as your source code does execute them