ASP
ASP 종료 함수
dewlit
2012. 4. 5. 09:14
ASP 종료 함수
1. ASP 실행 중 중간에 종료하기
response.end
2. function에서 종료하기
exit function
3. sub에서 루틴 종료
exit sub