[TIB] Re: data type issue


[Prev][Next][Index][Thread]

[TIB] Re: data type issue




But that doesn't get me what I need, which is a list of all the results so 
far, not just a total sum of the results.


On Mon, 3 Feb 2003 Krelmer@aol.com wrote:
> For this part above, try the code:
> 
> ClLCD
> 0->ALL
> Input "# of dice? ",D
> ClLCD
> For(R,1,D)
> randInt(1,6)->ROLL
> ALL+ROLL->ALL
> End
> Disp ALL
> 




References: