Ignore:
Timestamp:
Jul 26, 2007, 5:43:54 PM (17 years ago)
Author:
イグトランス (egtra)
Message:

wtypes.abを追加

File:
1 edited

Legend:

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

    r272 r285  
    506506            Clone = This
    507507        End Function
     508
    508509        Static Function Copy(s As String) As String
    509510            Copy = New String(s.Chars, s.m_Length)
     
    520521            Dim size = m_Length
    521522#endif
    522             Return _System_GetHashFromWordArray(Chars As *Word, size)
     523            Return _System_GetHashFromWordArray(Chars As *Word, size) Xor size
    523524        End Function
    524525
     
    541542
    542543        Function PadRight(total As Long) As String
    543             PadLeft(total, &h30 As StrChar)
     544            PadRight(total, &h30 As StrChar)
    544545        End Function
    545546
Note: See TracChangeset for help on using the changeset viewer.