
07/01/2006, 14:38
|
 | | | Fecha de Ingreso: mayo-2002 Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años, 11 meses Puntos: 7 | |
function DOW_ES(byval nDow as integer) as string
if nDow=1 then
return "Lunes"
elseif nDow=2 then
return "Martes"
...
end if
end function
__________________ No tengo firma ahora... :( |