Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/05/2004, 14:24
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 2 meses
Puntos: 535
podrías hacer algo así...

en donde dice:

Código:
<TD ALIGN="CENTER"><%=RS.Fields("limitskill")%></TD>
Lo reemplazás por:


Código:
<TD ALIGN="CENTER">
<%
limitskill = RS.Fields("limitskill")
If limitskill = "" Then
Response.Write "(N/A)"
Else
Response.Write limitskill
End if
%>
</TD>

.. y lo mismo para el campo "Skillrank"