![]() |
Copy in JavaScript ?
Hi,
wie lautet der Befehl Copy (Pascal) in JavaScript ? |
Re: Copy in JavaScript ?
Code:
<string>.substring()
|
Re: Copy in JavaScript ?
Danke :)
|
Re: Copy in JavaScript ?
Mal ein wenig am Thema vorbei:
Will .SubString() als Parameter Startindex sowie Endindex, oder Startindex und Länge, so wie in Delphi? Gibt es sowas auch für Reguläre Ausdrücke? |
Re: Copy in JavaScript ?
Zitat:
![]()
Code:
stringObject.[b][color=#ff0000]substr[/color][/b](start,length)
Parameter Description start Required. Where to start the extraction. Must be a numeric value length Optional. How many characters to extract. Must be a numeric value.
Code:
stringObject.[b][color=#ff0000]substring[/color][/b](start,stop)
Parameter Description start Required. Where to start the extraction. Must be a numeric value stop Optional. Where to stop the extraction. Must be a numeric value |
Alle Zeitangaben in WEZ +1. Es ist jetzt 20:26 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