Re: TIB: A=200,A=-3....help
[Prev][Next][Index][Thread]
Re: TIB: A=200,A=-3....help
> Hey I am making a program on the 85 and I am trying to make a money system
so
> that if you do something then your money about decreases or increases. What
I
> have now is
> :U=200
> and then later in the program I want to make it so if you do press one of
the
> menu buttons it will take off or add like 5 to U.
> I tried this:
> :U=-5
> but that didn't do anything, does anyone know how to do this? Thanx a lot-
> Frank
:200->U
:U-5->U
"->" is the [STO>] key above [ON].