社区天地图文系统(核心:尘缘雅境图文系统) 版本: 1.0 本系统是ASP+ACCESS环境下开发成功

源代码在线查看: function.asp

软件大小: 2387 K
上传用户: ATT320
关键词: ACCESS 1.0 ASP
下载地址: 免注册下载 普通下载 VIP

相关代码

								function getFileExtName(fileName)
				dim pos
				pos=instrrev(filename,".")
				if pos>0 then
				getFileExtName=mid(fileName,pos+1)
				else
				getFileExtName=""
				end if
				end function
				
				function gotTopic(str,strlen)
				dim l,t,c
				l=len(str)
				t=0
				for i=1 to l
				c=Abs(Asc(Mid(str,i,1)))
				if c>255 then
				t=t+2
				else
				t=t+1
				end if
				if t>=strlen then
				gotTopic=left(str,i)&""
				exit for
				else
				gotTopic=str&""
				end if
				next
				end function
				%>			

相关资源