<cfscript>
if(NOT isDefined("Form.Fieldnames")){
Fieldnames = "CCType,CCNumber,CCID,CCMonth,CCYear,CCExpire";

for(i=1; i LT ListLen(FieldNames);i = i+1){
FORM[ListGetAt[i]] = "";
}

}

</cfscript>
Or words to that effect.

MD

On Fri, 6 Aug 2004 14:45:27 -0400, Che Vilnonis <[EMAIL PROTECTED]> wrote:
> If yes, how would it look. :)
>
> <cfif NOT isDefined("Form.Fieldnames")>
>         <cfset Fieldnames = "CCType,CCNumber,CCID,CCMonth,CCYear,CCExpire">
>         <cfloop list="#Fieldnames#" index="i">
>                 <cfset Form[i] = "">
>         </cfloop>
> </cfif>
>
> Thanks Che
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to