
22/07/2002, 11:42
|
 | 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 | |
Re: Substituir True por SI <tr>
<td>
<%
If Recordset1.Fields.Item("publicar").Value = 0 then
Response.Write "No"
Else
Response.Write "Si"
End if
%>
</td>
<td>&nbsp;</td>
</tr> |