Re: TIB: Help quick! 82 to 83 conversion trouble


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

Re: TIB: Help quick! 82 to 83 conversion trouble




One other problem could be in the last half of code you typed in.  You 
included:

>:For(A,1,52
>:int rand(53-A)+1->Z
>:L4(Z)->L5(A
>:0->L4(Z
>:SortD(L4
>:52-A->dim L4
>:End

The problem I see is that when A=52, you're telling the calculator (in the 
second to last line) to assign a value of 0 to the dimension of L4.

When I tried your code in my TI-86, it gave me a dimension error for that 
reason.

If that's what's wrong, I hope you get this in time...

-Grant Winney


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


Follow-Ups: