- Timestamp:
- Jun 21, 2008, 8:01:01 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/ablib/src/Classes/System/Text/StringBuilder.ab
r497 r521 362 362 separateBuffer() 363 363 Dim i As Long 364 Dim last = ELM(start + count)364 Dim last = start + count - 1'ELM(start + count) 365 365 For i = start To last 366 366 If chars[i] = oldChar Then
Note: See TracChangeset
for help on using the changeset viewer.