Re: TIB: TI-86 to TI-85


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

Re: TIB: TI-86 to TI-85



> DelVar(<<variable name>

You can't use Delvar on the 85.

> If E1==1 or E1==2 or E1==3 or E1==4 or E1==5 or E1==6 or E1==7 or E1==8
> or E1==9

That should work on both.

> randInt(1,3)->B

You must replace this with "Int(rand*2+1)->B".