I've had this on IIS and O'Reilly systems, but it's cleared up after a few
minutes.

:o/

Will


> OK, is this me? I've been using this code in all my applications to
> delete client variables.
>
> <cfset clientlist = GetClientVariablesList()>
> <cfloop index="i" list="#clientlist#">
> <cfset temp = DeleteClientVariable('#i#')>
> </cfloop>
>
> All of a sudden, I'm getting this error (On Intermedia of course.
> Where I generally have these problems)
>
> Parameter 1 of function DeleteClientVariable which is now "'0'
> FIELDNAMES" must be a syntactically valid variable name
>
> When I just output GetClientVariablesList(), it is returning:
>
> '0' FIELDNAMES,'0.9'>
>
> Is this something anyone has seen? Is it maybe just a CF Server restart
needed?
>
> Thanks
> --
>
> Bud Schneehagen - Tropical Web Creations
>
> _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> ColdFusion Solutions / eCommerce Development
> [EMAIL PROTECTED]
> http://www.twcreations.com/
> 954.721.3452
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to