<%
Dim Prezzo
Prezzo = 100.5
Response.Write(FormatNumber(Prezzo, 2) & " €")
%>