J
jacqui
Nikos thanks for your earlier reply and example using
muliple fields in the TotalList:=Array(7,8,10,11) etc
What I should have explained is that I have 70 fields to
sum across my datafile so I need a more efficient way of
coding it, rather than listing each.
I do have variables holding firstcol and lastcol number so
is it correct to say TotalList:=Array(firstcol, lastcol)
or will this only sum the first column and last column
only.
Thanks
Jacqui
muliple fields in the TotalList:=Array(7,8,10,11) etc
What I should have explained is that I have 70 fields to
sum across my datafile so I need a more efficient way of
coding it, rather than listing each.
I do have variables holding firstcol and lastcol number so
is it correct to say TotalList:=Array(firstcol, lastcol)
or will this only sum the first column and last column
only.
Thanks
Jacqui