Enter Keywords:
1 - 10 of 2831(0.017 seconds)
Sort By:
 
How can I declare a string that contains quotes?
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...
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"...
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...
Zones: JavaScript, Macr...Date Answered: 02/17/2003 Rating: 7.4 Views: 0
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...
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...
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 ...
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 ...
Zones: Puzzles / RiddlesDate Answered: 10/18/2003 Rating: 4.2 Views: 0
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)...
Zones: Microsoft NetworkDate Answered: 11/04/2003 Rating: 6.0 Views: 4
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)...
Zones: OracleDate Answered: 09/28/2004 Rating: 8.8 Views: 22