<html>
<head>
<title>Display the Current Value of Sequence usf_seq</title>
</head>
<body>
It is now <%= [ns_fmttime [ns_time] "%A, %B %e, %Y at %r" ] %><p><hr><p>
<%
set seq_val [db_nextval usf_seq]
ns_adp_puts "<p>The current value of usf_seq is: $seq_val <p>"
%>
<hr></body></html>