VBScript / ASP Array_Slice Function
'=================================================================== ' 배열 내용중 offset ~ length 까지를 뽑아 배열로 반환 '------------------------------------------------------------------ ' array_slice(arr,0,3) '=================================================================== Function array_slice(arr, offset, length) Dim x : x = 0 Dim newArray() For i = offset to length ReDim Preserve newArray(x) newArra..
웹프로그래밍/ASP Classic
2010. 3. 25. 13:36
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- git
- Android
- JSON
- laravel
- Mac
- JQuery
- IE
- Prototype
- 한글
- Debug
- mssql
- ASP
- nodejs
- javascript
- CSS
- Wordpress
- nginx
- IOS
- Docker
- sencha touch
- API
- centos
- classic asp
- 워드프레스
- 안드로이드
- iphone
- Linux
- iis
- PHP
- macos
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함