On Jan 22, 2004, at 9:12 AM, Jeremy Bruck wrote:
I have a page that I am trying to remove an Argument using removeARG('ProcessMaterialSelection') and I keep getting the CF error: The value returned from function removeArg() is not of type false.

That's an error in the framework. Edit Event.cfc and change the returntype= attribute of the removeArg() function to be "void" (instead of "false").


This is mentioned on my Mach II bugs page and will be fixed in the forthcoming 1.0.9 release:

http://www.corfield.org/index.php?event=machii.bugfixes

BTW, you might do better joining [EMAIL PROTECTED] for Mach II specific questions (so we can keep CFCDev for general CFC development stuff).

Sean A Corfield -- http://www.corfield.org/blog/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.


CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to