yeah, I know "attributes" is a reserved word within cfm pages - custom
tags, et al - but "attributes" (the scope) have no context within CFC's
- or do they?

to be honest, I'll get the guy that wrote this to change it anyway after
the current deadline has passed (he's new to CF) but I'm asking in case
it's a real daft idea needing *immediate* attention (and that's why I'm
asking).

this is deep within a CFC's method: "attributes" is just a string

                        <cfset attributes =
                                attributes &
                                " " &
                                Lcase(trim(key)) &
                                "=" &
                                variables.quote &
                                rtrim(arr[i][j][key]) &
                                variables.quote>



thanx
barry.b




---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to