Changeset 370 for trunk/Include/Classes/System/String.ab
- Timestamp:
- Nov 3, 2007, 5:18:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/Classes/System/String.ab
r366 r370 361 361 Private 362 362 Const Function indexOfCore(c As StrChar, start As Long, count As Long) As Long 363 indexOfCore = ActiveBasic.Strings.ChrFind(VarPtr(Chars[start]), count, c) 363 indexOfCore = ActiveBasic.Strings.ChrFind(VarPtr(Chars[start]), count, c) As Long 364 364 If indexOfCore <> -1 Then 365 365 indexOfCore += start
Note:
See TracChangeset
for help on using the changeset viewer.