Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/08/2002, 05:26
Avatar de epa2
epa2
 
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
%>