ASP Special Word Fu Shi code

Source: Internet
Author: User
Tags strlen

ASP Special Word Fu Shi code
Function strreplace (str)
 if str = "" Then
  strreplace = str
 ELSE
  strreplace = replace (str, "'", "")
 end if 
End Function
Detect numeric function
Functions Check_ Num (str)
   Dim i
   for i = 1 to Len (str)
  
     IF&N Bsp ASC (Mid (str, I, 1)) < 48  or   ASC (Mid (str, I, 1)) > then
           check_num=false
    Exit Function
     else
 & nbsp;     check_num=true
     End If
   Next
End function

Function Cutstr (str,strlen,more,url)
If Len (str) >strlen then
  Str=left (str,strlen) & "..."
End If
if (len (str) >strlen) and more then
  str=str+ "&nbsp;&nbsp;&nbsp;[ Url= "+url+"] Click here to view details [/url]
End If
cutstr=str
End Function

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.