![]() |
retrive each string from a big string delimted with ";"
Hi,
How can I retrive each 'member' of string from a big string delimited with ';'. stringBig: ';str1;str2;str3 ...' I want to retrive separate from stringBig: str1, str2 ... bye |
AW: retrive each string from a big string delimted with ";"
Create a stringlist, set Delimiter to ';' and DelimitedText to your string. Now you got each substring in one item of the list.
|
AW: retrive each string from a big string delimted with ";"
|
AW: retrive each string from a big string delimted with ";"
Hi!
It's also possible to use the split function provided in our Code-Library: ![]() Bye, Frederic |
AW: retrive each string from a big string delimted with ";"
Thx,
'Split-Funktion' its a good solution for my application. Danke, ObiWanKby |
Alle Zeitangaben in WEZ +1. Es ist jetzt 04:22 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