Microsoft Visual Basic 之 Variant 變數應用

Microsoft Visual Basic 之 Variant 變數應用

瀏覽:1464
日期:2025-06-15
常數 值 範例 16 進位記憶體內容 說明 VbEmpty 0 Empty 0000000000000000 0000000000000000 Empty (未初始化) VbNull 1 Null 0100000000000000 0000000000000000 Null (無有效資料) VbInteger 2 1% 0200000000000000 0100000000000000 整數 VbLong 3 1&...看更多