Re: A89: Starting out assembly, need help
[Prev][Next][Index][Thread]
Re: A89: Starting out assembly, need help
In a message dated 12/3/98 2:01:31 AM Eastern Standard Time,
Daniel7073@aol.com writes:
> WriteString 30,50,"Hello"
>
> Then the macro would use \1 for the number 30, \2 for the number 50, and \3
> for the string "Hello".
>
> Daniel Imfeld
what l want to know is why to drawstrxy you have to have 3 number parameters
(plus the string-to-draw parameter). Why can't it just be an x and y coord
and the string?