Re: A86: displaying a variable


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

Re: A86: displaying a variable




The variable that I want to display is a number that will be higher than 10
most of the time.  So how would I display it then?  the default setting is 1,
but it will change as the user progresses in the game.  I still need to know
how to display that number and add to it.

Thanks again,
 BlAsTo1414


> 
>  if it's always less than 10 you can add $30 and it'll work that way
>  
>  -josh
>  
>  On Sat, 23 Jan 1999 20:59:13 EST BlAsTo1414@aol.com writes:
>  >
>  >hi,
>  >I have a variable stored like this:
>  >
>  >variable1:
>  >	.db 1,0
>  >
>  >does this mean that when i display the variable, ((ld 
>  >hl,variable1)(call
>  >_puts)) it will display the number 1?  if not, how would I do that?
>  >
>  >Thank you for your help,
>  > 	  BlAsTo1414
>  >
>  >
>