|
<f:unique> |
Standard JET2 Format Tags |
|---|
unique
Writes out a unique integer value
| Tag Summary | |
|---|---|
| required |
<f:unique/> |
| full tag |
<f:unique/> |
| Example | |
|---|---|
|
<%-- if this is the first time this is used, 1 will be returned --%> <f:unique/> <%-- if the above retuned 1 this will return 2 --%> <f:unique/> |
|