Explicit Arguments Always Override ArgumentCollection In ColdFusion
Read OriginalThis technical article demonstrates that in ColdFusion, when using argumentCollection to pass a set of default arguments to a function, any explicitly provided arguments will always override those defaults. The placement of the argumentCollection within the function call is irrelevant, as shown through a code example. The author concludes that you can place argumentCollection wherever it makes the code most readable.
Comments
No comments yet
Be the first to share your thoughts!
Top of the Week
No top articles yet