Ignore:
Timestamp:
Apr 30, 2007, 1:56:57 PM (17 years ago)
Author:
イグトランス (egtra)
Message:

Controlがコンパイルできるように修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/system/string.sbp

    r208 r223  
    1010
    1111Function ZeroString(length As Long) As String
    12     Return New String(0, length)
     12    Return New String(0 As StrChar, length)
    1313End Function
    1414
Note: See TracChangeset for help on using the changeset viewer.