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 @@
文字列の中に何文字あるかのカウントを取得します。
+文字列の中に何文字あるかを取得します。
Length := StrLen(String)
型:String
-内容を測定する文字列。
+カウント対象の文字列です。
StrValue := "The quick brown fox jumps over the lazy dog" MsgBox "The length of the string is " StrLen(StrValue) ; Result: 43