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