No announcements
Found 4121783 threads
-
6 Votes
Using double quotes in strings
Hi, You may have gotten an answer by now -- this is an old thread, I see However, one can set a constant to play as Double Quotes ...Answered | 8 Replies | 36137 Views | Created by Brendan09 - Friday, November 28, 2008 6:41 AM | Last reply by DannyBoy 28409 - Tuesday, November 24, 2009 9:16 PM -
1 Votes
AutoAttend.xml error: Can not read <productKey> setting in the answer file for unattended installation
Then i'll try something else than checking the codes.Answered | 2 Replies | 945 Views | Created by stpe15 - Tuesday, March 15, 2016 12:08 PM | Last reply by stpe15 - Wednesday, March 16, 2016 9:12 AM -
0 Votes
[QUOTE] and [CODE]
Hello Again, I am back and complaing again about lack of ability to mark quotes and code.Answered | 4 Replies | 11820 Views | Created by JAG77 - Saturday, August 6, 2011 12:50 AM | Last reply by JAG77 - Monday, September 17, 2012 1:09 AM -
0 Votes
Viewing test case steps from TFS Web access display corrupted with <DIV> tags
WaynePCC, I did a test in my side.Answered | 1 Replies | 584 Views | Created by WaynePCC - Monday, May 9, 2016 2:33 PM | Last reply by Tingting MO - Tuesday, May 10, 2016 9:25 AM -
0 Votes
Error C2664 : cannot convert argument 1 from 'std::string' to 'LPTVINSERTSTRUCTW'
Hi, I use the string "projectName" is used in the ifsteam class, and can not be converted ...Answered | 16 Replies | 10700 Views | Created by Daniel Dawson - Saturday, September 21, 2013 12:03 PM | Last reply by - Thursday, September 26, 2013 1:08 PM -
0 Votes
Add a quote to a comma separated string
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ...Answered | 4 Replies | 1031 Views | Created by Jassim Rahma - Tuesday, August 9, 2016 8:11 AM | Last reply by DPCodesalot - Tuesday, August 9, 2016 11:57 AM -
0 Votes
single quotes and double quotes issue
I n My Scenario i have used replace method on <%=value%> and the issue got resolved.Answered | 4 Replies | 2999 Views | Created by EmpAnsar - Wednesday, July 15, 2015 4:58 AM | Last reply by EmpAnsar - Monday, July 27, 2015 6:53 AM -
1 Votes
Replace " with " in a string using XSLT , XPath 1.0
For Content Query Webparts in MOSS 2007 use: <xsl:template ...Answered | 3 Replies | 26540 Views | Created by Stefan Hansen - Monday, February 23, 2009 4:29 PM | Last reply by gollum27 - Wednesday, April 1, 2009 8:47 AM -
0 Votes
I am looking a header file <graphic.h> for my visual studio... please help me for this.
You can download this file from internet but graphics.h is not a standard c++.Answered | 3 Replies | 731 Views | Created by Qureshi113 - Friday, June 10, 2016 5:04 PM | Last reply by Baron Bi - Monday, June 13, 2016 2:38 AM -
0 Votes
Single quote and double quote issue in sql server
If you are having problems searching for strings, your problem is in your search string, not the XML source.Answered | 18 Replies | 1483 Views | Created by Sudip_inn - Friday, April 17, 2020 9:14 AM | Last reply by Erland Sommarskog - Tuesday, April 21, 2020 10:02 PM -
5 Votes
Don't understand what "lt" is in this code
The 'lt' is an encode command.Answered | 4 Replies | 593 Views | Created by BillRappaport2999 - Sunday, March 15, 2020 7:04 PM | Last reply by Timon Yang - Monday, March 16, 2020 5:53 AM -
0 Votes
How to display double quote in string
Try this: <TextBlock Text="special characters allowed are +=[]{}\|;:' ",< ...Answered | 1 Replies | 2632 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
How to deal with a double quote in a string
Hi, I would have expected your first attempt to work.Answered | 2 Replies | 4048 Views | Created by Dark___Star - Thursday, September 25, 2008 9:20 PM | Last reply by Rahul Parashar - Thursday, October 9, 2008 12:12 PM -
0 Votes
Filter Strings With Double Quotes
If you're using parameters, the double quote in the string should not matter.Answered | 3 Replies | 7542 Views | Created by ASR1 - Friday, August 5, 2011 9:32 PM | Last reply by Naomi N - Monday, August 8, 2011 5:25 PM -
3 Votes
create function in for the database having string "sandy"
Did you see the suggestion from SimpleSQL about using Powershell?Answered | 7 Replies | 1772 Views | Created by supersent - Monday, July 8, 2019 10:24 AM | Last reply by supersent - Thursday, August 1, 2019 6:58 AM -
0 Votes
Single quote "'" Error while uploading a File in iOS
Hi Avneesh- you can't use special characters in your file name.Answered | 1 Replies | 3038 Views | Created by AvneeshMinocha - Friday, June 24, 2016 11:10 AM | Last reply by croute1 - Friday, June 24, 2016 12:21 PM -
2 Votes
vb.net not to accept comma, single quote and double quote
Hello, I have moved this thread to Visual Basic for better response.Answered | 2 Replies | 6656 Views | Created by BU Systems - Saturday, August 10, 2013 5:56 AM | Last reply by Amanda Zhu - Monday, August 12, 2013 7:47 AM -
1 Votes
Cannot convert string to T
For this to work, you need to remove T from the type parameters of your generic class and use string instead.Answered | 4 Replies | 3957 Views | Created by Yair Nevet - Monday, April 19, 2010 10:45 AM | Last reply by Louis.fr - Monday, April 19, 2010 12:33 PM -
1 Votes
How can i remove one or more quotes from a string ?
Use String.Replace method https://msdn.microsoft.com/en-us/library/fk49wtc1(v=vs.110).aspx See the sample in the article.Answered | 2 Replies | 575 Views | Created by Chocolade1972 - Tuesday, March 10, 2015 4:44 AM | Last reply by chanmm - Tuesday, March 10, 2015 5:09 AM -
0 Votes
Cannot implicitly convert type
JarodBiker, Since in your method to return a BusinessObject, I think you should use the following code, // get top ...Answered | 4 Replies | 1044 Views | Created by JarodBiker - Friday, March 13, 2015 9:27 AM | Last reply by Kristin Xie - Monday, March 16, 2015 6:30 AM
No announcements