Everyone,

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.

Here is the syntax of how I am using it:
<cfscript>
        request.event.removeARG('ProcessMaterialSelection');
</cfscript>

and have tried the following with the same error:
<cfscript>
        temp = request.event.removeARG('ProcessMaterialSelection');
</cfscript>


I can do a setARG('ProcessMaterialSelection', '') without any problem, but I would 
prefer to remove it entirely.

Anyone use removeARG() successfully?  Any ideas?

Thanks,
Jeremy

Jeremy Bruck 
::MfgQuote (Atlanta, GA)
[EMAIL PROTECTED]
www.mfgquote.com
----------------------------------------------------------
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