Ignore:
Timestamp:
Mar 28, 2008, 5:43:34 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

インクルードガードとその他不要な前処理定義などの削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/Classes/ActiveBasic/Strings/Strings.ab

    r478 r497  
    191191
    192192Namespace Detail
    193 Function Split(s As String, c As StrChar) As System.Collections.Generic.List<String>
     193Function Split(s As String, c As Char) As System.Collections.Generic.List<String>
    194194    Split = New System.Collections.Generic.List<String>
    195195
Note: See TracChangeset for help on using the changeset viewer.