Re: TIB: Variables on the 86
[Prev][Next][Index][Thread]
Re: TIB: Variables on the 86
----------
>From: Raptor1MN@aol.com
>To: ti-basic@lists.ticalc.org
>Subject: TIB: Variables on the 86
>Date: Thu, Dec 23, 1999, 10:44 AM
>
>
> Is there any way to make save game variables tamper-proof? Variables don't
> store in different number bases, and nether do lists or matrices. At the
> moment, I'm storing my saved games in lists, but they can still be
> accessed...anyone know a way?
> Raptor1MN@aol.com
this is rather easy to do, when you save them encript it, do something like
A*2.5475/6+45*7.002->List variable
then just use the reverce math equestion to pull them out
Follow-Ups: