Ignore:
Timestamp:
Oct 13, 2007, 2:11:22 PM (17 years ago)
Author:
イグトランス (egtra)
Message:

FormatIntegerDを実装。
UnitTestの失敗時の表示を目立つようにした。
ArrayListを名前空間System.Collectionsに入れた。

File:
1 edited

Legend:

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

    r272 r355  
    193193
    194194Namespace Detail
    195 Function Split(s As String, c As StrChar) As /*System.*/ArrayList '暫定
    196     Split = New /*System.*/ArrayList
     195Function Split(s As String, c As StrChar) As System.Collections.ArrayList
     196    Split = New System.Collections.ArrayList
    197197
    198198    Dim last = 0 As Long
Note: See TracChangeset for help on using the changeset viewer.