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
- jdbc driver
- 이미지가로길이
- sql랭킹
- 이미지세로길이
- update
- array
- sql순위
- xmldom
- JavaScript
- VarType
- inner join
- VARIABLE
- XML
- javascript 한글입력체크
- sql업데이트
- join
- asp함수
- WML
- injection
- 자바기초
- SPLIT
- 한글입력체크
- 인젝션
- instr
- wap
- MSSQL보안
- tempDB
- FileSystemObject
- 정규식
- ERD
Archives
- Today
- Total
목록dim (1)
3초기억력
ASP VBScript - 배열 선언 or IsArray
배열 선언 방법 1. dim KKK_Array(10) 2. dim KKK_Array() redim KKK_Arrya(10) 예제) 구구단 '9' 출력됨 '배열데이타 ( 일단 0부터 9까지 데이타를 가지고있다 ) for i=0 to Ubound(KKK_Array) for j=0 to Ubound(KKK_Array,2) KKK_Array(i, j) = i * j next next 'redim preserve KKK_Array(9,8) --> 구팔단? ㅋㅋ 사이즈를 줄인다 'redim preserve KKK_Array(9,10) --> 구십단? ㅋㅋ 사이즈를 늘린다 'print ( 2단 부터 프린트 ) for i=2 to Ubound(KKK_Array) for j=1 to Ubound(KKK_Array,2) ..
플밍_ASP
2009. 1. 30. 18:05