Custom Query (162 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 162)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Owner Reporter Resolution Summary
#42 dai dai fixed 名前空間を導入する
Description

ablibを作りこむ過程で、やはり必要性を感じる。多くのクラスは、グローバル直下ではなく、階層構造化された名前空間に配備されるべきである。

開発者ミーティングを通じて意見交換を行い、慎重に仕様を取り決めて実装に入りたい。

#77 dai dai fixed すべてのオブジェクトを参照型にする
#96 dai OverTaker fixed 引数で構造体の値渡しが正しくできない
Description
Type X
	a As Long
	b As Long
End Type

Function fx(x As X) As Long
	debug 'ここでx.aとx.bの値がおかしくなる
End Function

Dim t As X
t.a = 123457
t.b = 890123
fx(t)
1 2 3 4 5 6 7 8 9 10 11 12 13
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.