2
0
Эх сурвалжийг харах

Merge pull request #237 from jogo-/patch-5

Update isxfunc.xml
Martijn Laan 8 жил өмнө
parent
commit
4dbdf9e02a

+ 2 - 2
ISHelp/isxfunc.xml

@@ -799,7 +799,7 @@ end;</pre></example>
       <function>
       <function>
         <name>Pos</name>
         <name>Pos</name>
         <prototype>function Pos(SubStr, S: String): Integer;</prototype>
         <prototype>function Pos(SubStr, S: String): Integer;</prototype>
-        <description><p>Searches for Substr within S and returns an integer value that is the index of the first character of Substr within S.<br />If Substr is not found, Pos returns zero.</p></description>
+        <description><p>Searches for Substr within S and returns an integer value that is the index of the first character of Substr within S.<br />If Substr is not found, Pos returns zero. The Pos function is case-sensitive.</p></description>
       </function>
       </function>
       <function>
       <function>
         <name>AddQuotes</name>
         <name>AddQuotes</name>
@@ -821,7 +821,7 @@ end;</pre></example>
       <function>
       <function>
         <name>CompareText</name>
         <name>CompareText</name>
         <prototype>function CompareText(const S1, S2: string): Integer;</prototype>
         <prototype>function CompareText(const S1, S2: string): Integer;</prototype>
-        <description><p>Compares the strings S1 and S2 and returns 0 if they are equal. If S1 is greater than S2, CompareText returns an integer greater than 0. If S1 is less than S2, CompareText returns an integer less than 0. The CompareText function is not case sensitive.</p></description>
+        <description><p>Compares the strings S1 and S2 and returns 0 if they are equal. If S1 is greater than S2, CompareText returns an integer greater than 0. If S1 is less than S2, CompareText returns an integer less than 0. The CompareText function is not case-sensitive.</p></description>
       </function>
       </function>
       <function>
       <function>
         <name>CompareStr</name>
         <name>CompareStr</name>