Ignore:
Timestamp:
Apr 7, 2007, 3:03:38 PM (17 years ago)
Author:
dai
Message:

動的型情報(Object.GetType)に対応。
戻り値やクラスメンバがオブジェクトだったとき、その初期値をNothingにした(※戻り値として関数名を使っている部分、要注意!!)。

File:
1 edited

Legend:

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

    r203 r207  
    345345Private
    346346    Static Function ConcatStrChar(text1 As *StrChar, text1Length As Long, text2 As *StrChar, text2Length As Long) As String
     347        ConcatStrChar = New String()
    347348        With ConcatStrChar
    348349            .AllocStringBuffer(text1Length + text2Length)
Note: See TracChangeset for help on using the changeset viewer.