No announcements
Found 2560365 threads
-
0 Votes
How to split string with ","
If that's right, here's a very simplistic way of splitting this up: List<string> SplitUpString(string str) { ...Answered | 3 Replies | 7595 Views | Created by GaiusBaltar - Wednesday, March 10, 2010 9:40 AM | Last reply by Olaf Rabbachin - Wednesday, March 10, 2010 12:04 PM -
0 Votes
How to split a string in VC++?
>I want to split a string using delimiter and return the splited array.Answered | 6 Replies | 19504 Views | Created by Anandakumar.R - Wednesday, April 8, 2009 9:06 AM | Last reply by Anandakumar.R - Monday, April 13, 2009 9:46 AM -
3 Votes
How to split string into words
If intPosition is greater than Ubound+1 then return null Function Parser(strIn As String, strDelimiter As String, intPosition As ...Answered | 7 Replies | 4680 Views | Created by Matt Demakos - Friday, June 24, 2011 11:10 AM | Last reply by Macy Dong - Monday, June 27, 2011 8:47 AM -
0 Votes
splits string by as string parameter
Hi LM, Thanks for your remind, But above code I only tell how to passed compile and what's wrong.Answered | 9 Replies | 2733 Views | Created by Archu_19 - Friday, June 25, 2010 1:40 PM | Last reply by Fafafaalex - Tuesday, June 29, 2010 11:13 AM -
0 Votes
How to split string into row's data?
could anyone tell me how to split the string from a column to multiple rows where ; I guess we could if you start a new ...Answered | 17 Replies | 8971 Views | Created by Anshul15 - Tuesday, June 4, 2013 6:04 AM | Last reply by SowmyaKNS - Monday, August 3, 2020 7:01 AM -
1 Votes
How to split a big string into different strings ?
I am just a teenager, and i hate my IT teacher.... teacher: "How to open Word?Answered | 15 Replies | 3359 Views | Created by Evert7 - Tuesday, July 6, 2010 2:23 PM | Last reply by Evert7 - Wednesday, July 7, 2010 4:35 PM -
0 Votes
How to split a string in Reportin
Hi, You can also use the function Split().Answered | 2 Replies | 3771 Views | Created by Mr.Nobody - Thursday, April 30, 2009 11:18 AM | Last reply by Raymond-Lee - Monday, May 4, 2009 3:41 AM -
0 Votes
How to split the string value
Hi, How to split the values in sql server below string format .Answered | 2 Replies | 2164 Views | Created by Ranganathan Palanisamy - Tuesday, December 4, 2012 10:35 PM | Last reply by Peréz - Tuesday, December 4, 2012 10:45 PM -
0 Votes
String Split
Since you didn't post the answer, I will: String S = "aaaaa<eeeee>cccccc"; String[] SplitS = ...Answered | 4 Replies | 3306 Views | Created by Muris - Thursday, September 25, 2008 11:28 AM | Last reply by JohnWein - Thursday, September 25, 2008 11:53 AM -
1 Votes
how to split a string in c#?
Simple. string num = s.Split(':').GetValue(1).ToString();Answered | 4 Replies | 6126 Views | Created by Aristocrat Khan - Sunday, March 28, 2010 1:52 PM | Last reply by Vladimir.Ilic - Monday, March 29, 2010 12:21 PM -
0 Votes
How to split a string into 3 strings by two seperators?
It depends on how often you do it.Answered | 6 Replies | 1609 Views | Created by waterharbin - Wednesday, July 25, 2012 3:33 AM | Last reply by waterharbin - Wednesday, July 25, 2012 8:47 AM -
10 Votes
How to split comma delimited string?
q=SQL-Query-to-Split-string-by-specific-seperatorAnswered | 22 Replies | 237678 Views | Created by deeptideshpande - Wednesday, October 8, 2008 5:11 AM | Last reply by DotNet_Lead - Wednesday, October 7, 2015 12:23 PM -
0 Votes
splitting a string,
Dim elements() As String = buff.Split(":") can also be written Dim elements As String() = buff.Split(":") I guess these allow ...Answered | 3 Replies | 2726 Views | Created by sojour - Friday, February 26, 2010 8:02 AM | Last reply by sojour - Friday, February 26, 2010 2:41 PM -
0 Votes
split a string
All I want is to split this string, if is longer then 254, into more strings.Answered | 5 Replies | 1296 Views | Created by BONIETE - Wednesday, March 16, 2016 11:48 AM | Last reply by BONIETE - Wednesday, March 16, 2016 8:08 PM -
2 Votes
how to split array of string in c#?
You can spit string by comma delimiter, and then with some help of Linq select 1st index: string[] arr = { "12546.23,3", ...Answered | 18 Replies | 3785 Views | Created by S.Guru - Monday, July 23, 2012 11:40 AM | Last reply by jtorrecilla - Monday, July 23, 2012 1:59 PM -
1 Votes
Split a string
How do I split a string by " - ".Answered | 2 Replies | 3065 Views | Created by OrionWalli - Wednesday, July 18, 2012 7:31 AM | Last reply by Stephan T. Lavavej - MSFT - Wednesday, July 18, 2012 11:04 PM -
2 Votes
Splitting a string
the best way is that you separate them with a specific character like ',' or '-' or anything else. then you can split them using Split function ...Answered | 6 Replies | 1625 Views | Created by VaibhavShukla - Tuesday, November 8, 2011 7:38 AM | Last reply by Link.fr - Tuesday, November 8, 2011 11:52 AM -
0 Votes
How to split the returned strings?
Hi guys, Can you please help me with my code as I have a trouble with the returned strings that I have extracted from my php source to add the ...Answered | 1 Replies | 1886 Views | Created by Mark103 - Thursday, April 26, 2012 1:35 AM | Last reply by Brian Muth - Thursday, April 26, 2012 2:57 AM -
0 Votes
String Split
Guess it depends on preferences and how much you use XML otherwise.Answered | 5 Replies | 1226 Views | Created by ko100v.d - Saturday, March 29, 2014 1:39 PM | Last reply by Christopher84 - Tuesday, April 1, 2014 10:59 AM -
1 Votes
split string
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim test As String = ...Answered | 4 Replies | 1119 Views | Created by sivakl_2001 - Sunday, October 13, 2013 12:01 PM | Last reply by IronRazerz - Sunday, October 13, 2013 12:29 PM - Items 1 to 20 of 2560365 Next ›
No announcements