sakura/en/Next Find

Last-modified: 2008-03-29 (土) 14:36:14

Next Find

The back of the cursor position is retrieved on the condition of specifying it by "Find".
It is set that the retrieval is executed according to the type The retrieval mark adheres by the color specified for "Find Result" in "Color" Property.

Macro Syntax

  • Syntax
    SearchNext( str1 :String, int2 :Integer );
    • str1 : Search string (Optional)
    • int2 : Search option (Optional)
  • Record
    Support
  • Remarks
    The omission or the null character string of the retrieval character string ('') looks for the character string that is the retrieval object now.
    The find-option can be specified by combining the following values.
    • 0x01 : It looks for wording.
    • 0x02 : The English capital letter and the small letter are distinguished.
    • 0x04 : Regular expression
    • 0x08 : When not found, the message is displayed.
    • 0x10 : The search dialog is automatically shut.
    • 0x20 : It retrieves it from the head (end) again.
      When abbreviating it, a regulated value is 0.
      When recording The condition of the point retrieved to str1 and int2 enters.

[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.