![]() |
Delphi trik 1: System.Copy, string a 3. parametr
Rozhodl jsem se, že zkusím nejakou sérii malých clánku o drobnostech. První bude spíše cástecne nedokumentované chování.
System.Copy function Copy(S: ; Index: Integer; Count: Integer): string;z helpu: "When S is a dynamic array, you can omit the Index and Count parameters and Copy copies the entire array."takže var s: string; s2: string;begin s := 'Hello cool'; s2 := Copy ![]() |
Alle Zeitangaben in WEZ +1. Es ist jetzt 06:50 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz