//Replace all HTML codes // get the handle for the scope (form, cookie, url) s = Evaluate( scopeName ) ; s.write; response.write(scopeName); // scroll thru fields in the scope and handle only simple values for ( field in s ) if ( IsSimpleValue( s[field] ) ) { do { prev = s[field]; s[field] = "pepe" & HTMLEditFormat( s[field]); } while (prev NEQ s[field]) ; // replace chars if ( charList neq '' ) s[field] = "rere" & HTMLEditFormat( s[field]) ; }