Opened 19 years ago
Closed 17 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 , 17 years ago
| Status: | new → assigned |
|---|
comment:2 by , 17 years ago
| Milestone: | → AB5 CP6 |
|---|---|
| Priority: | 中-major → 最優先-blocker |
comment:3 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

[533]にて修正。