Custom Query (162 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 162)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#96 fixed 引数で構造体の値渡しが正しくできない dai OverTaker
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)
#136 fixed 引数がある戻り値が構造体の関数が呼び出せない dai OverTaker
Description

time = Fx(10)のところが文法エラーになってしまいます。

Dim time As FILETIME
time = Fx(10)

Function Fx(v As Long) As FILETIME
End Function
#1 fixed 定数オブジェクトを実装する。 dai dai
Description

"Const obj As ClassName" のような記述を可能にする。下記URLに記載してある仕様に則るものとする。

http://dev.activebasic.com/dev_wiki/index.php/%E5%AE%9A%E6%95%B0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.