Hi, I am new to programing and would like to create a running total of 
some numbers in an array. Example:

MyArray = (30,40,-20,-10);
Result =(30,70,50,40);

AddColumn(Result,"Result  ");

Would appreciate any help,

Nick C.

Reply via email to