Re: A86: Re: Line(


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

Re: A86: Re: Line(




For two reasons:
I need to find the right call to check syntax, and because Line( has four
parameters of real values, I could use the same one it uses.
_ILine draws a line in the video memory, and I want to draw a line in the
graph memory like Line( does.

Trey Jazz wrote:

> well if it does the same thing and its as simple why not do it the way you
> know how (_ILine)?
>
> -----Original Message-----
> From: Dux Gregis <assets@eden.rutgers.edu>
> To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
> Date: Sunday, February 22, 1998 10:49 PM
> Subject: A86: Line(
>
> >
> >I have successfully created a function called Cmplx( on my calc which
> >returns a real or complex number based on this input:
> >    Cmplx(a,b
> >
> >        a=real part, for any real number or real variable
> >        b=imaginary part, for any real number or real variable
> >
> >And would output (a,b), or just a if no imaginary part is given, and in
> >the same way that any built in function works.
> >
> >    This function is utterly useless, but it does show the considerable
> >progress I have made.  I would like to make LnOff(x1,y1,x2,y2  (line
> >off), but there is a special call I need to check syntax.  I could use
> >the one that Line( uses, though.
> >    So, does anyone know where Line( is on the calc or what kinds of
> >things it does?
> >I don't think it calls _ILine, but probably something that does the same
> >thing for the graph memory.  Thanks.
> >




References: