Page 1 of 1

Remove Last Character from Last Line

Posted: Fri Jan 24, 2020 12:15 am
by SoreHeed
Hi
I was trying to use Restrict -> Line Range to select the last line and then remove the last character.
But after many attempts and reading what I could find about configuring a line range, I couldn't find out how to set the Line Range to the last line.
Is this possible or is my approach wrong?
Thanks

Re: Remove Last Character from Last Line

Posted: Sat Jan 25, 2020 1:15 am
by dfhtextpipe
This works.

Code: Select all

Comment...
|  Remove last character from last line
|
+--Restrict lines:-0..-0
   |
   +--Restrict columns:-0..-0
      |
      +--Remove all
          
Try it on the Trial Run area.

Re: Remove Last Character from Last Line

Posted: Mon Jan 27, 2020 8:31 pm
by SoreHeed
Thanks -0..-0 worked