由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - A question on ASP
相关主题
How to access ORACLE via ASP?如何创建ASP页
[转载] ASP的script function里, 可以query database吗?Re: Is BBS.MIT.edu built with CGI or ASP?
请教网站高手Re: 初学乍问:如何让Apache支持ASP?
Help in building a web siteRe: 一个具体问题,网叶参数的传递
做网站的语言,技术推荐ASP & serlet
PHP simple questionQuestion on ASP, Help!!!
[转载] 应该怎么实现我的网页制作观:要那么时髦干吗?
C/C++工程师需要懂java,javascript,PHP,或python吗?请问ASP在UNIX下能否运行?谢谢
相关话题的讨论汇总
话题: asp话题: exit话题: vb话题: script话题: question
进入BuildingWeb版参与讨论
1 (共1页)
c****u
发帖数: 5
1
I got a problem when i write the asp code in vb script.
Like in C++:
if a = b
break;
I am wondering how to change into vb script? Is there anything
in vb script which can take place the "break" here?
Thanks a lot!
g******p
发帖数: 18
2

Not quite sure but:
if a = b then
exit
end if

【在 c****u 的大作中提到】
: I got a problem when i write the asp code in vb script.
: Like in C++:
: if a = b
: break;
: I am wondering how to change into vb script? Is there anything
: in vb script which can take place the "break" here?
: Thanks a lot!

p*****e
发帖数: 58
3

shoud be
exit sub
exit for
exit do
exit function
exit property

【在 g******p 的大作中提到】
:
: Not quite sure but:
: if a = b then
: exit
: end if

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
请问ASP在UNIX下能否运行?谢谢做网站的语言,技术推荐
请教ASP做购物车的问题。PHP simple question
Ask Monark: How to solve the string quote problem[转载] 应该怎么实现
How to log each user's activities on a certain website?C/C++工程师需要懂java,javascript,PHP,或python吗?
How to access ORACLE via ASP?如何创建ASP页
[转载] ASP的script function里, 可以query database吗?Re: Is BBS.MIT.edu built with CGI or ASP?
请教网站高手Re: 初学乍问:如何让Apache支持ASP?
Help in building a web siteRe: 一个具体问题,网叶参数的传递
相关话题的讨论汇总
话题: asp话题: exit话题: vb话题: script话题: question