Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=74823 --- shadow/74823 2005-06-14 17:26:10.000000000 -0400 +++ shadow/74823.tmp.28714 2005-07-06 17:31:08.000000000 -0400 @@ -12,17 +12,21 @@ ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: Summary: native backend doesn't allow setting variables +BugsThisDependsOn: 75494 (mdb) set a = 10 Expression `10' is not a variable (mdb) print aa (int) 10 (mdb) set a = aa Expression `a' is not an lvalue ------- Additional Comments From [EMAIL PROTECTED] 2005-06-14 17:26 ------- the second case "set a = aa" works now (for fundamental types). setting variables to a constant does not yet work, though. + +------- Additional Comments From [EMAIL PROTECTED] 2005-07-06 17:31 ------- +we depend on 75494 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
