Ignore:
Timestamp:
Nov 3, 2007, 5:18:30 PM (16 years ago)
Author:
dai
Message:

System.GCクラスを追加。
64ビットコンパイラで生じる警告を改修した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/Classes/System/String.ab

    r366 r370  
    361361    Private
    362362        Const Function indexOfCore(c As StrChar, start As Long, count As Long) As Long
    363             indexOfCore = ActiveBasic.Strings.ChrFind(VarPtr(Chars[start]), count, c)
     363            indexOfCore = ActiveBasic.Strings.ChrFind(VarPtr(Chars[start]), count, c) As Long
    364364            If indexOfCore <> -1 Then
    365365                indexOfCore += start
Note: See TracChangeset for help on using the changeset viewer.