|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Funtion LEN (code source)!!!!
Hi everyone,
Where I can find the code source for the function len for study ends. As (LEN) with its code was created script of the function. I tried to look for in google but I did not find nothing! Somebody can indicate me one link, site, script? thanx! |
|
#2
|
||||
|
||||
|
here's one example:
<%=left(RS("Name"),40)%><%If Len(RS("Name")) > 40 Then Response.Write("...")%> <%=left(RS("Description"),40)%><%If Len(RS("Description")) > 40 Then Response.Write("...")%> |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Funtion LEN (code source)!!!! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|