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