Opened 17 years ago

Closed 16 years ago

#96 closed バグ(ケアレスミス) (fixed)

引数で構造体の値渡しが正しくできない

Reported by: OverTaker Owned by: dai
Priority: 最優先-blocker Milestone: AB5 CP6
Component: Compiler Version:
Keywords: Cc:

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)

Change History (3)

comment:1 by dai, 16 years ago

Status: newassigned

comment:2 by dai, 16 years ago

Milestone: AB5 CP6
Priority: 中-major最優先-blocker

comment:3 by dai, 16 years ago

Resolution: fixed
Status: assignedclosed

[533]にて修正。

Note: See TracTickets for help on using tickets.