diff --git a/target/docs/lib/StrLen.htm b/target/docs/lib/StrLen.htm index 71b179b4b..1a5cfb98b 100644 --- a/target/docs/lib/StrLen.htm +++ b/target/docs/lib/StrLen.htm @@ -2,7 +2,7 @@ StrLen - 構文と使用法|AutoHotkey v2 - + @@ -11,7 +11,7 @@

StrLen

-

文字列の中に何文字あるかのカウントを取得します。

+

文字列の中に何文字あるかを取得します。

Length := StrLen(String)

パラメータ

@@ -19,7 +19,7 @@

パラメータ

String

型:String

-

内容を測定する文字列。

+

カウント対象の文字列です。

@@ -32,7 +32,7 @@

-

文字列内の文字数を取得し、報告する。

+

文字列の文字数を取得して返します。

StrValue := "The quick brown fox jumps over the lazy dog"
 MsgBox "The length of the string is " StrLen(StrValue) ; Result: 43
diff --git a/target/docs/lib/index.htm b/target/docs/lib/index.htm index 16ae1c321..8763ab057 100644 --- a/target/docs/lib/index.htm +++ b/target/docs/lib/index.htm @@ -1129,7 +1129,7 @@

アルファベット順機能インデックス

StrLen - 文字列の中に何文字あるかのカウントを取得します。 + 文字列の中に何文字あるかを取得します。 StrLower