diff --git a/docs/index.html b/docs/index.html index 4eefbf5..1776506 100644 --- a/docs/index.html +++ b/docs/index.html @@ -12445,9 +12445,9 @@
Related
IfInString, StringGetPos, StringLeft, StringRight, StringTrimLeft, StringTrimRight, StringLen, StringLower, StringUpper, StringReplace
-
Example
+Examples
Source = Hello this is a test.
StringMid, the_word_this, Source, 7, 4
-
PixelGetColor, color, 1000, 500
StringMid, red, color, 5, 2
StringMid, green, color, 3, 2
StringMid, blue, color, 0, 2
MsgBox, color is %red% %green% %blue%