|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
how to stop interpreting strings
Using VBscript, if i want to print out the line
<FONT face="Comic Sans MS"> i do str="<FONT face="Comic Sans MS">" obviously the quotations are causing the problem, and i've tried adding \ infront to stop intrepretting but i gues vbscript doesn't support that, and apparently it can't do ' around the string to not interperet it, how to i print a double quotation then or even better how do i get vbscript to not interperete a certain character or string like above? |
|
#2
|
|||
|
|||
|
i found out you can just do the double quotation as a cheat "" for a quotation.... but it'd be much cooler if someone would be so polite as to inform me if there's an easier way when working with strings.
|
|
#3
|
||||
|
||||
|
It really isn't a cheat, that is how you escape quotes in VBScript.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > how to stop interpreting strings |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|