On 15 Mar 2002 at 17:48, Silvio a Beccara wrote:
Hello,
is there a way that dynamic arrays can be created (using schemata) which are GLOBAL, i.e. not accessible in the sole main program, but also in all functions and procedures included in it? For instance this little piece of code gives me this error:
You obviously come from a C background. First, your program is illegal (you cannot declare variables within a "begin .. end" block. Secondly, the variable "vett" is used before being declared. If you want it to be visible throughout the program, you should declare it at the top of the program (before you start defining your procedures and functions).
Best regards, The Chief -------- Prof. Abimbola A. Olowofoyeku (The African Chief) web: http://www.bigfoot.com/~African_Chief email: African_Chief@bigfoot.com