Ignore:
Timestamp:
Sep 18, 2007, 12:10:41 AM (17 years ago)
Author:
イグトランス (egtra)
Message:

SPrintF関連の追加。関数FloatToChars, FormatFloatE, FormatIntegerUと列挙体FormatFlags。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/Classes/System/Diagnostics/TraceListener.ab

    r291 r335  
    141141                ' デバッグビューへ出力
    142142                Dim tempStr = GetIndentString() + message
    143                 OutputDebugString( tempStr )
     143                OutputDebugString( ToTCStr(tempStr) )
    144144
    145145                ' デバッグログへ書き込む
Note: See TracChangeset for help on using the changeset viewer.