Life is but a dream
반응형
mymenu
(212)
Good Text
(3)
Database
(29)
MSSQL
(16)
ORM
(0)
MySQL
(12)
LINQ
(1)
Web
(47)
ASP.NET
(2)
jQuery
(2)
prototype
(1)
ASP
(14)
javascript
(12)
CSS
(3)
JSP
(2)
Flash & AS3
(1)
C# ...
(14)
JAVA
(8)
Guitar
(1)
Movies
(5)
Photos
(3)
JS Life
(50)
BOOKs
(3)
COOKs
(19)
Travel
(2)
BabyCare
(19)
Raspberrypi
(2)
Windows
(6)
Docker
(1)
홈
태그
미디어로그
위치로그
방명록
/
/
블로그 내 검색
byVal, byRef
돼지고기국밥
2009. 10. 14. 15:18
2009. 10. 14. 15:18
DIM nNum1, nNum2
nNum1 = 1
nNum2 = 2
Function SetNum(
byVal
num1,
byRef
num2)
num1 = 10
num2 = 20
End Function
CALL SetNum(nNum1, nNum2)
Response.Write nNum1 & "<BR>"
Response.Write nNum2
결과>
1
20
* byVal 는 값만 넘김. byRef 는 메모리 주소를 넘김.
반응형
공유하기
게시글 관리
Life is but a dream
+ Recent posts
Powered by
Tistory
, Designed by
wallel
Rss Feed
and
Twitter
,
Facebook
,
Youtube
,
Google+
티스토리툴바
Life is but a dream
구독하기