Changeset 497 for trunk/Include/Classes/ActiveBasic/Strings/Strings.ab
- Timestamp:
- Mar 28, 2008, 5:43:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/Classes/ActiveBasic/Strings/Strings.ab
r478 r497 191 191 192 192 Namespace Detail 193 Function Split(s As String, c As StrChar) As System.Collections.Generic.List<String>193 Function Split(s As String, c As Char) As System.Collections.Generic.List<String> 194 194 Split = New System.Collections.Generic.List<String> 195 195
Note:
See TracChangeset
for help on using the changeset viewer.