> Would that mean building the function with the scope, as in
> 
> Function request.CheckThis(Value)
> {
> }
> 
> And then all it with
> <cfif request.CheckThis(1)>
> 
> Would that work?
> 

No, you can't use a period in a UDF name. You must do:

function rayRules(value) ...


request.ray = rayRules;


-rc
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to