Changeset 207 for Include/Classes/System/String.ab
- Timestamp:
- Apr 7, 2007, 3:03:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/String.ab
r203 r207 345 345 Private 346 346 Static Function ConcatStrChar(text1 As *StrChar, text1Length As Long, text2 As *StrChar, text2Length As Long) As String 347 ConcatStrChar = New String() 347 348 With ConcatStrChar 348 349 .AllocStringBuffer(text1Length + text2Length)
Note:
See TracChangeset
for help on using the changeset viewer.