Custom Query (162 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 162)

Ticket Resolution Summary Owner Reporter
#75 fixed com.BStringクラス イグトランス (egtra) イグトランス (egtra)
Description

COMで用いられるUnicode文字列クラス、詳細は開発Wikiを参照。

http://dev.activebasic.com/dev_wiki/index.php/BString_%E3%82%AF%E3%83%A9%E3%82%B9

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

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

fx(10)

Function fx(ByRef x As Long) As Long
    x = 10.123
End Function
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.