No announcements
Found 3435852 threads
-
0 Votes
Removing double quotes from the string array
strCSV.Replace('"',' '); string[] stringArray = ...Answered | 4 Replies | 10444 Views | Created by Beer Mohamed - Monday, January 9, 2012 6:28 AM | Last reply by Carl Daniel - Tuesday, January 10, 2012 1:40 AM -
4 Votes
string array into double array
Above, where I use the term "multidimensional array", you can assume I meant "jagged array".Answered | 18 Replies | 17495 Views | Created by vba123 - Friday, December 2, 2011 9:27 PM | Last reply by Louis.fr - Tuesday, December 20, 2011 9:59 AM -
6 Votes
Using double quotes in strings
You can use " + "\"" + " in C# and 4 ...Answered | 8 Replies | 35968 Views | Created by Brendan09 - Friday, November 28, 2008 6:41 AM | Last reply by DannyBoy 28409 - Tuesday, November 24, 2009 9:16 PM -
21 Votes
remove element from an array of string
I was wondering how to remove a section from an array.Answered | 20 Replies | 344157 Views | Created by Fahd - Tuesday, August 8, 2006 9:42 PM | Last reply by Mumin Asaad - Sunday, September 20, 2015 9:15 AM -
0 Votes
Filter Strings With Double Quotes
If you're using parameters, the double quote in the string should not matter.Answered | 3 Replies | 7446 Views | Created by ASR1 - Friday, August 5, 2011 9:32 PM | Last reply by Naomi N - Monday, August 8, 2011 5:25 PM -
2 Votes
replace double quotes in string
Hi, Andy ONeills version is perfect as long you have always exactly the same string structure.Answered | 5 Replies | 840 Views | Created by SharePointGuy123 - Thursday, June 9, 2016 3:51 PM | Last reply by David Roller - Thursday, June 9, 2016 5:57 PM -
1 Votes
double quote inside a double quote
Hi, if you are reading from a text file, then the double quotes would have been escaped.Answered | 2 Replies | 11578 Views | Created by Liang1 - Wednesday, January 21, 2009 3:34 AM | Last reply by asanga vipulasiri - Wednesday, January 21, 2009 4:18 AM -
1 Votes
Remove the double Quotes
)),'"','') As [ShortCode], REPLACE((col.value('/M[8]', 'varchar(50)')),'"','') As [ManagerCode], REPLACE((col.value('/M[9]', ...Answered | 5 Replies | 1093 Views | Created by Priya Bange - Thursday, February 25, 2016 4:31 AM | Last reply by appsqldev - Thursday, February 25, 2016 5:17 PM -
0 Votes
Need help with parallel array with string and double
input as string and compareit with the string array.Answered | 2 Replies | 2790 Views | Created by Mcholypotato - Wednesday, May 2, 2012 1:42 AM | Last reply by Neerajiiita - Wednesday, May 2, 2012 8:35 AM -
0 Votes
Remove double quotes from CSV file
Hi, You can simply call: .Replace("\"\"", ...Answered | 3 Replies | 15271 Views | Created by Incredible15 - Wednesday, June 16, 2010 7:34 AM | Last reply by Incredible15 - Wednesday, June 16, 2010 3:05 PM -
0 Votes
How to display double quote in string
I want to display special characters including double quote on my portal.Answered | 1 Replies | 2495 Views | Created by Ninds001 - Friday, March 18, 2016 2:26 PM | Last reply by Andy ONeill - Saturday, March 19, 2016 4:56 PM -
0 Votes
Syntax to allow double quotes in a string?
You escape the double quote with another double quote like this: ="Click the ...Answered | 6 Replies | 4674 Views | Created by Doua - Tuesday, April 21, 2009 6:48 PM | Last reply by Doua - Wednesday, April 22, 2009 3:00 PM -
0 Votes
Removing Double Quotes from column values
UPDATE tableA SET status = REPLACE(status,'"','') where status like '%"%' --PrashanthAnswered | 2 Replies | 1035 Views | Created by SA260884 - Thursday, July 31, 2014 7:06 PM | Last reply by Prashanth Jayaram - Thursday, July 31, 2014 7:28 PM -
2 Votes
Removing Null string elements from string array(string[])?
string newLine = Environment.NewLine; StringSplitOptions splitOptions = StringSplitOptions.RemoveEmptyEntries; Encoding ...Answered | 11 Replies | 40822 Views | Created by salam.p.v - Tuesday, October 18, 2011 5:11 PM | Last reply by dotdot6 - Sunday, December 4, 2016 11:04 AM -
0 Votes
how to remove the double quotes in Date and Time
If that display is showing the contents of a file that you are reading into a VB application, then you can remove the double quotes using the String Replace ...Answered | 1 Replies | 456 Views | Created by parthi21991 - Monday, July 4, 2016 9:58 AM | Last reply by Acamar - Monday, July 4, 2016 10:05 AM -
0 Votes
Copy data from List<double []> to double array
Hi Evan, How about the array between started from index 3 to 97 instead of 0 to 99.Answered | 3 Replies | 1923 Views | Created by Mr Ko Ko - Wednesday, March 21, 2012 3:08 AM | Last reply by Mr Ko Ko - Wednesday, March 21, 2012 7:16 AM -
0 Votes
How do I put a double quote into a string
Se above for my following problem, four double quotes brings away the compilation error, but does not solve the real problem.Answered | 9 Replies | 6833 Views | Created by Tomas Scott - Thursday, March 17, 2011 5:36 PM | Last reply by Tomas Scott - Wednesday, March 23, 2011 1:00 PM -
0 Votes
Double quotes within a Double Quotes text qualifier
In addition to Arthur's solution, here is Jeff Moden's solution for the nested double quotes problem: "If you setup a BCP format file correctly ...Answered | 2 Replies | 3525 Views | Created by JesseO - Tuesday, March 5, 2013 6:56 PM | Last reply by Kalman Toth - Thursday, March 7, 2013 2:57 PM -
3 Votes
conversion from string to double
Hy DarrMik, In trying to limit the problems I have removed almost everything from the sub as each line has the same issue (apparently.)Answered | 53 Replies | 1809 Views | Created by DarrMik - Sunday, June 2, 2013 3:51 PM | Last reply by Solitaire - Monday, June 3, 2013 12:33 AM -
1 Votes
Removing an item from an array
If this is just a training, then you could simply copy the last entry to the entry you want to be removed and then reduce the counter that tells you, how many elements are ...Answered | 13 Replies | 2729 Views | Created by Nkingsbury - Wednesday, September 14, 2011 7:36 AM | Last reply by Riced - Thursday, September 15, 2011 9:00 AM - Items 1 to 20 of 3435852 Next ›
No announcements