% Option Explicit %>
| Unitą Imm. | Destinazione | Cittą | Prov | MQ Coperti | MQ Scoperti | Stato | Locali | ||||||||
| <%=Trim(rst(0)) %> | <%=rst(1) %> | <%=rst(8) %> | <%=rst(2) %> | <% If rst(4)=0 Then %>/<%Else Response.Write(FormatNumber(rst(4),0)) End If%> | <% If rst(10)=0 Then %>/<%Else Response.Write(FormatNumber(rst(10),0)) End If%> | <% Select Case Trim(rst(5)) Case "O": Response.Write("Occupato") Case "L": Response.Write("Libero") End Select %> | <% If rst(6)=0 Then %>/<%Else Response.Write(rst(6)) End If%> |