Not too hard to do, George ...

   DIM TOTALS(MAXNOIR,MAXADV)
   MAT TOTALS = ''
   DIM ADVTOT(MAXNOIR,MAXADV)
   MAT ADVTOT = ''
Etc

Mike


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of George Gallen
Sent: Tuesday, 21 December 2004 12:15
To: [EMAIL PROTECTED]
Subject: RE: [U2] getting undefined errors when varible look defined
(UV/unix)

DTOTALS is a two dimensional array, which has been dimensioned,
   however, not all the slots have been filled.

   DIM TOTALS(MAXNOIR,MAXADV)
   DIM ADVTOT(MAXNOIR,MAXADV)
   DIM PRJTOT(MAXNOIR,MAXADV)
   DIM REPTOT(MAXNOIR,MAXADV)
   DIM DTOTALS(MAXNOIR,MAXADV)
   DIM DADVTOT(MAXNOIR,MAXADV)
   DIM DPRJTOT(MAXNOIR,MAXADV)
   DIM DREPTOT(MAXNOIR,MAXADV)

So I'm guessing then, to avoid it, I have to put a "" in every possible
slot in each array?

I say "" not 0, since the contents of the arrays will be multi
dimensional
   dynamic arrays, and not integer numbers.

George

The information contained in this Internet Email message is intended
for the addressee only and may contain privileged information, but not
necessarily the official views or opinions of the New Zealand Defence Force.
If you are not the intended recipient you must not use, disclose, copy or 
distribute this message or the information in it.

If you have received this message in error, please Email or telephone
the sender immediately.
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to