Jeff Petilo
Member since Dec 21, 2008
- Profile: /members/2694-jeff-petilo.htm
- Comments: 1
Recent Blog Comments By Jeff Petilo
-
ColdFusion ARGUMENTS Keys Always Exist, Even When Not Required
Posted on Dec 21, 2008 at 12:26 PM
Ben a had a similar trouble to populate or not TransferObject (init method). See my code : <cfscript> // method with four arguments above var local = {}; var Result = ''; var DTO = getTO('FAQsTO'); for(key in arguments) if(len(trim(arguments[key]))) local[key] = len(trim(a... read more »