![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Product Manuals » Elevate Web Builder 3 Manual » Function and Procedure Reference » Copy |
function Copy(const Value: String; Index: Integer; Count: Integer): String function Copy(const Value: String; Index: Integer): String function Copy(const Value: String): String function Copy(const Value: array of <Type>; Index: Integer; Count: Integer): array of <Type> function Copy(const Value: array of <Type>; Index: Integer): array of <Type> function Copy(const Value: array of <Type>): array of <Type>
X := Copy('abcdef', 4, 3); // X is 'def' X := Copy('abcdef', 2); // X is 'bcdef' X := Copy([10,20,30,40], 0, 3); // X is [10,20,30]
This web page was last updated on Friday, January 31, 2025 at 08:42 AM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |