
02/08/2002, 05:59
|
 | | | Fecha de Ingreso: abril-2002 Ubicación: Málaga
Mensajes: 1.475
Antigüedad: 23 años Puntos: 9 | |
Re: Urgente.¿que Significa Mid En Visual Basi? ¿y de esta manera, me serviría?
<%
Function FormatURL(strPath)
iPos = InStr(1,strPath,"html",1)
str = Mid(strPath,iPos+5,Len(strPath))
formatURL = "http://www.misitio.com/firmas"
End Function
%>
¿que te parece? |