How can I declare a string that contains quotes?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10149264.html
Zones:
Visual BasicDate Answered: 04/12/1999 Rating: 8.2 Views: 0
Hi, how do I extract some string outta a long string
Example,
$content="ABC DEF=".abc.." GHI";
I want to extract
DEF=".abc.."
into a $var
and content in quotes can be anything.
If you kn...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20171939.html
Zones:
PerlDate Answered: 08/21/2001 Rating: 7.8 Views: 0
Hi!
I am cutting and pasting information from Word 2002 into notepad (call me crazy but I do all my HTML within notepad *grin*). Within the Word documents are links:
<A HREF="wherever.htm"...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_202...
Zones:
MS OfficeDate Answered: 03/25/2002 Rating: 7.4 Views: 0
How can I check a form to make sure that no quote's can be used? I can't seem to get it to work...here is what I have so far...
<!--application.js-->
function noquote( )
{
x=document.noq...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20514388.html
Hi
Im using some code to populate a drop down from database,its working fine but when there is a double quote in the database field value then this is giving the incorrect field value.
See the...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20548184.htm...
Zones:
ASPDate Answered: 05/25/2003 Rating: 8.0 Views: 0
I am trying to assign a variable a literal double quote followed by the less than sign, a single quote, the value of a textbox, a single quote and then a double quote.
Something like:
strStarti...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20577199.html
Zones:
Visual BasicDate Answered: 04/07/2003 Rating: 9.8 Views: 0
I need a quote within a string I'm reading from a config file. This is the line in the file:
PNPvPre="PNP_Vector("""
Everything works until I put in the quote, so apparently this is not the ...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20709512.html
Zones:
.NETDate Answered: 08/14/2003 Rating: 7.8 Views: 0
Let's see how fast this one goes. I can't turn anything up on Google.
"Now I had to sell myself the idea of turning crook. I wanted to be honorable because I felt more comfortable telling the ...
http://www.experts-exchange.com/Other/Puzzles_Riddles/Q_20769613.html
I've searched high and low but I've come up empty. How do you use FTP in Visual Basic 6 to send the full range of commands to an IBM Mainframe. VB's Inet only supports a limited range (e.g. send)...
http://www.experts-exchange.com/Networking/Windows_Networking/Q_20784891.html
Dear All,
Does anyone know how to insert " (double quotes) and ' (single quotes ) into oracle8i table.
For example i 'v got a table :
CREATE TABLE "GCC"."SGCCSUSR"("ENCRYPTED" VARCHAR2(132)...
http://www.experts-exchange.com/Database/Oracle/Q_20793937.html
Zones:
OracleDate Answered: 09/28/2004 Rating: 8.8 Views: 33