Question
<cfif Len(Trim(Form.Comments)) GT 0>'#Trim(Form.Comments)#'<cfelse>NULL</cfif>
just lookind at a existing code
why is this null used in this field.
what is the purpose of this code?
<cfif Len(Trim(Form.Comments)) GT 0>'#Trim(Form.Comments)#'<cfelse>NULL</cfif>
thanks
why is this null used in this field.
what is the purpose of this code?
<cfif Len(Trim(Form.Comments)) GT 0>'#Trim(Form.Comments)#'<cfelse>NULL</cfif>
thanks