Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Conti #1
How to <cfset myVar = 'mso-ansi-language:#0400'>
Than how about replace '#' to '##' with <cfset thatVar =
#replace('mso-ansi-language:#0400',chr(35),'##','all')#> Again is not possible.
The HTML string 'mso-ansi-language:#0499' used as example is auto-originated
by another program and has to be used as-it-is later on in a replace() function
pattern. Obviously it is obvious, but I cannot see the solution. :-) Thanx
for helping. ---------- Just in case: the real variable looks like this:
<cfset replacepattern ='<!--[if gte mso 10]> <style> /* Style Definitions */
table.MsoNormalTable {mso-style-name:'Table Normal'; mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:'';
mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in;
mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt;
font-family:'Times New Roman'; mso-ansi-language:#0400;
mso-fareast-language:#0400; mso-bidi-language:#0400;} </style> <![endif]-->')>
If I eliminate the '#' or double it to '##' manually, the variable is declared
without error.
Conti Guest
-
What is this called: ($myvar->{otherid}) ? 'stringA' : 'stringB';
I'm not yet able to read certain parts of perl code. What is this comparison/alternation after the hash lookup on 'otherid' called, and what does... -
problems using $get[myvar]
I have a problem with a variable: $type = $_GET ; when it is not set in the querystring it causes the old Undefined index: type in blah blah... -
#25051 [Opn->WFx]: translating between gettext language identifiers and 'Accept-Language' ones
ID: 25051 Updated by: sniper@php.net Reported By: wouter at grep dot be -Status: Open +Status: Wont... -
#25051 [NEW]: translating between gettext language identifiers and 'Accept-Language' ones
From: wouter at grep dot be Operating system: irrelevant PHP version: Irrelevant PHP Bug Type: Feature/Change Request Bug... -
How to prevent the language icon from disappearing and a language switching delay?
What is wrong with my question since nobody answers it? How to improve the question? "Dmitriy Kopnichev" <kopn@hotbox.ru> wrote in message...



Reply With Quote

