|
Previous Top Next |
The SetStringFound property is used in the SetStringBetween method. It contains the starting location of pBegin in the resulting string (StringBetween) after the string has been reconstructed in SetStringBetween. If this property is 0 after a call to SetStringBetween there are no more pairs of pBegin/pEnd in the resulting string. If it is not 0 then there are one or more pairs of pBegin/pEnd inside the string and SetStringBetween could or should be called again to insert a new string.
It is declared as:
SetStringFound LONG !! AB 2015-10-29: Specifies the location of pBegin in the resulting string. 0 indicates not found.