繁體
|
簡體
Sclub交友聊天~加入聊天室當版主
(檢舉)
分享
新浪微博
QQ空间
人人网
腾讯微博
Facebook
Google+
Plurk
Twitter
Line
標題:
VB6 變數形態與宣告注意事項
[打印本頁]
作者:
mhfo
時間:
2013-3-14 18:34
標題:
VB6 變數形態與宣告注意事項
若宣告 Dim yy AS Integer
當使用 TypeName(yy) 則結果會傳回 Integer
Dim yy1,yy2,yy3 AS Integer
使用TypeName後,結果將傳回
yy1=Empty
yy2=Empty
yy3=Integer
Dim yy4 As Integer, yy5 As Integer
使用TypeName後,結果將傳回
yy4=Integer
yy5=Integer
歡迎光臨 魚骨頭的雲端圖書館 (http://mhfo.hotbbs.info/)
Powered by Discuz! 7.0.0