Omnimaga

Calculator Community => TI Calculators => Axe => Topic started by: Derf321 on November 30, 2012, 01:00:24 pm

Title: Line( erase command? (SOLVED)
Post by: Derf321 on November 30, 2012, 01:00:24 pm
Is there an "erase" command for Lines in Axe? In BASIC there's Line(X,Y,A,B,0) to erase Line(X,Y,A,B). Is there an equivalent in Axe?

DrawInv worked, thanks!
Title: Re: Line( erase command?
Post by: stevon8ter on November 30, 2012, 01:04:42 pm
I don't think there is one...
But just do
:DrawInv
:Line(X,Y,A,B)
:DrawInv

that should erase the line...
Title: Re: Line( erase command?
Post by: leafy on November 30, 2012, 01:35:26 pm
There's an axiom floating around that does inverted Lines, but I'd wait for the next version of Axe (1.2.1), where there'll be native white line support.
Title: Re: Line( erase command?
Post by: stevon8ter on November 30, 2012, 01:38:23 pm
So for now the only method is invert the drawing, draw the line you want to delete, and invert it again
Title: Re: Line( erase command?
Post by: Deep Toaster on November 30, 2012, 10:34:24 pm
There's no single command that does it yet, but there might be someday according to Runer112.