sakura/en/Move Line Top (Layout)

Last-modified: 2008-03-30 (日) 09:34:35

Move Line Top (Layout)

The cursor is moved to the head of line.
However, it moves to the furnace (head of a string) afterwards when there are space and a tab in the head of line.
When the head of a string has the cursor, it moves to the head of line at each original line-wrap.

Macro Syntax

  • Syntax
    GoLineTop( int1 :Integer );
    • int1 : Option (Optional)
  • Record
    Support
  • Remarks
    The find-option can be specified by combining the following values.
    • 0x01 : Space at the head of line is disregarded.
    • 0x04 : It moves in the selective state.
    • 0x08 : It moves in the line feed unit.
      When omitting it, a regulated value is 0.

[tip] Note:
In key macro Only the constant mark of the decimal number is accepted.
Please mend and describe the option in the decimal number.

[hatena] Hint: It is possible to move to the original head of line considering neither space nor the tab when describing it by the macro as follows, and to select it.

GoLineTop(1);