Q: 
Public declarations

I'm a newbie and I'dlike to know how to share
an array among forms and modules: when i try to declare
it public i have an error.

POTIER Jacquelin; potier@deathstar.eisti.fr

A: in the same project on a module ; Global aTestArray(4) as string on one form you can fill the atestArray and on another form you can show the values of aTesArray You must it declare global (or Public) on a module that is part of the same project as teh forms on which you want to use it.. Return