ceil함수를 쓰려고 아무리 찾아봐도 안보여서 뭔가 했더니
.
.
ASP는 ceil함수가없다.....
그럼 만들어야지 뭐.
'소수점 무조건 올림 함수
Function Ceil(ByVal intParam)
Ceil = -(Int(-(intParam)))
End Function
'Programming > Asp' 카테고리의 다른 글
[ASP] 게시판 내용에 따옴표(') 가 있을 때 출력이 안되는 경우. (0) | 2014.05.29 |
---|---|
[ASP] if 문 (0) | 2014.05.15 |
[ASP] DB delete (0) | 2014.05.15 |
[ASP] DB update (0) | 2014.05.15 |
[ASP] DB insert (0) | 2014.05.15 |