Changeset 285 for Include/Classes/System/String.ab
- Timestamp:
- Jul 26, 2007, 5:43:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/String.ab
r272 r285 506 506 Clone = This 507 507 End Function 508 508 509 Static Function Copy(s As String) As String 509 510 Copy = New String(s.Chars, s.m_Length) … … 520 521 Dim size = m_Length 521 522 #endif 522 Return _System_GetHashFromWordArray(Chars As *Word, size) 523 Return _System_GetHashFromWordArray(Chars As *Word, size) Xor size 523 524 End Function 524 525 … … 541 542 542 543 Function PadRight(total As Long) As String 543 Pad Left(total, &h30 As StrChar)544 PadRight(total, &h30 As StrChar) 544 545 End Function 545 546
Note:
See TracChangeset
for help on using the changeset viewer.