Missing argument name.
When using named parameters to a function, every parameter must have a name.
The CFML compiler was processing:
* an _expression_ beginning with "REReplaceNoCase", on line 45, column 12.This message is usually caused by a problem in the expressions structure.
* The body of a cfoutput tag beginning on line 45, column 2.
* The body of a cfoutput tag beginning on line 45, column 2.
* The body of a cfoutput tag beginning on line 45, column 2.
:)
Arrr
Shouldn't it be
<cfoutput>#REReplaceNoCase(x, "~([^~]+)~", "#SESSION[User].Member_\1#","ALL")#</cfoutput>
You have included the var but your escaping the # so it will never output the variable, but it will output a string as you have seen
From: [email protected] [mailto:[email protected]] On Behalf Of Carl Vanderpal
Sent: Monday, February 06, 2006 6:55 PM
To: [email protected]
Subject: [cfaussie] Re: Reg Ex or other
Yes I did that already, and I also tried to call it from the same page and still produced the same result..
and I also surrounded the #ParagraphFormat(getMyText.TextBlock)# with cfoutput when I did the include
:)On 2/6/06, Robin Hilliard <[EMAIL PROTECTED]> wrote:
On 06/02/2006, at 1:47 PM, Carl Vanderpal wrote:
> mmm am I missing something?
Yes, I wrote:
>> (Assume you then save this as a .cfm then include it)
______________
Robin Hilliard
Director - RocketBoots Pty Ltd
Professional Services for Macromedia Technologies
http://www.rocketboots.com.au
For schedule/availability call Pamela Higgins:
w +61 7 5451 0362
m +61 419 677 151
e [EMAIL PROTECTED]
or Direct:
m +61 418 414 341
f +61 2 9798 0070
e [EMAIL PROTECTED]
*** Register for WebDU http://www.mxdu.com 2-3 March 2006 ***
--
====================================
Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:[EMAIL PROTECTED]
FireFly Internet Phone: 80011777
--
====================================
Postal: Po Box 3462 Dural, NSW 2158
Email: mailto:[EMAIL PROTECTED]
FireFly Internet Phone: 80011777
