Jump to a center column

Jump to a center column

1
NewbieNewbie
1

    Sep 21, 2004#1

    This must be a a very simple thing I am missing. In a macro you can jump to a line, how do you jump to a column without putting in 150 right arrow keys?

    Thank You,

    Grey Owl

    6,606548
    Grand MasterGrand Master
    6,606548

      Sep 22, 2004#2

      There is unfortunately no GotoColumn command yet. You have to use 150 key right arrow or use a loop:

      Loop
      IfColNum 150
      ExitLoop
      Else
      IfEof
      ExitLoop
      EndIf
      EndIf
      Key RIGHT ARROW
      EndLoop

      The IfEof is for avoiding an endless loop, if no line from the actual cursor position to the end of file has 150 characters.
      Best regards from an UC/UE/UES for Windows user from Austria