Custom Query (162 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 162)

Ticket Resolution Summary Owner Reporter
#77 fixed すべてのオブジェクトを参照型にする dai dai
#78 fixed 参照型の整数型パラメータに実数を代入すると「内部エラー」になってしまう dai dai
Description

下記のようなコードがエラーとなる。

fx(10)

Function fx(ByRef x As Long) As Long
    x = 10.123
End Function
#80 fixed com.Variantクラスの作成 イグトランス (egtra) イグトランス (egtra)
Description

COM対応の一環としてVARIANT構造体のラッパークラスVariantを作成します。詳細はWiki http://dev.activebasic.com/dev_wiki/index.php/Variant_%E3%82%AF%E3%83%A9%E3%82%B9へ

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.