
02/08/2002, 05:26
|
 | | | 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? entonces
¿que significa este código que tengo?
Gracias por tu ayuda
<%
Function FormatURL(strPath)
iPos = InStr(1,strPath,"wwwroot",1)
str = Mid(strPath,iPos+7,Len(strPath))
FormatURL = Replace(str,"\","/")
End Function
%> |