Re: A89: BASIC question


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

Re: A89: BASIC question




In a message dated 9/10/98 7:29:51 PM Eastern Daylight Time, kimo@stones.com
writes:

> i display something on the I/O screen.  suppose the phrase
>  "You have $300"
>  using 
>  300=>money
>  Output 45,40,"You have $"
>  Output 45,65,money
>  
>  well, as the game progresses and the user gains more money, i'd like to 
> change
>  the 300.  but rather than do a ClrIO, i just want to delete the 300.  i've
>  been
>  using
>  Output 45,65,"   "

well, rather than the  Output 45,65,"   "  command you could have  Output
45,40,"You have $"&string(money)&"   "


Follow-Ups: