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 | 31 |
Tags
- wap
- 자바기초
- SPLIT
- 한글입력체크
- tempDB
- FileSystemObject
- array
- instr
- WML
- javascript 한글입력체크
- VarType
- asp함수
- 이미지가로길이
- sql랭킹
- VARIABLE
- sql순위
- join
- xmldom
- injection
- sql업데이트
- jdbc driver
- 이미지세로길이
- inner join
- 인젝션
- XML
- 정규식
- JavaScript
- MSSQL보안
- update
- ERD
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