Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- injection
- WML
- javascript 한글입력체크
- sql순위
- jdbc driver
- 이미지가로길이
- 한글입력체크
- asp함수
- 이미지세로길이
- VarType
- xmldom
- ERD
- FileSystemObject
- array
- 자바기초
- instr
- wap
- JavaScript
- tempDB
- 인젝션
- SPLIT
- sql업데이트
- VARIABLE
- 정규식
- XML
- join
- update
- inner join
- sql랭킹
- MSSQL보안
Archives
- Today
- Total
목록랜덤함수 (1)
3초기억력
랜덤함수(Random, ASP)
'랜덤함수'4지선다 답 맞추기. 답이 맞으면 포인트부여 Randomize() answer = Int((Rnd * 4) + 1) '최대 4, 최소 1 Randomize() answer_value = Int((Rnd * 4) + 1) Dim Get_Point(4) Get_Point(1) = 500 Get_Point(2) = 300 Get_Point(3) = 200 Get_Point(4) = 100 If answer = answer_value Then Get_Point_Value = Get_Point(answer) Else Get_Point_Value = Get_Point(4) End If%>
플밍_ASP
2008. 11. 12. 10:44