写了一个函数 不指定

Else , 2006/07/25 19:21 , 代码片段,演示也有 , Comments(0) , Reads(3209) , Via Original
Quotation
Function selectstr(myint1,myint2,daystr)
 do while myint1<=myint2
   selectstr= ""&chr(10)
   if myint1=daystr then
     selectstr= ""&chr(10)
   else
     selectstr= ""&chr(10)
   end if
   if myint1=myint2 then exit do
   response.Write selectstr
   myint1=myint1+1
 loop
end Function
Tags: , ,
Add a comment

Nickname

Site URI

Email

Enable HTML Enable UBB Enable Emots Hidden Remember [Login] [Register]