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
- mssql
- javascript
- JQuery
- iphone
- classic asp
- Mac
- IOS
- 안드로이드
- macos
- laravel
- iis
- sencha touch
- Wordpress
- 한글
- nginx
- Debug
- Android
- CSS
- centos
- JSON
- API
- nodejs
- git
- Linux
- IE
- PHP
- ASP
- Docker
- 워드프레스
- Prototype
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
글 보관함