Changeset 391 for trunk/Include/Classes/ActiveBasic/Strings/Strings.ab
- Timestamp:
- Dec 7, 2007, 12:21:58 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/Classes/ActiveBasic/Strings/Strings.ab
r385 r391 199 199 200 200 Namespace Detail 201 Function Split(s As String, c As StrChar) As System.Collections. ArrayList202 Split = New System.Collections. ArrayList201 Function Split(s As String, c As StrChar) As System.Collections.Generic.List<String> 202 Split = New System.Collections.Generic.List<String> 203 203 204 204 Dim last = 0 As Long
Note:
See TracChangeset
for help on using the changeset viewer.