On Tue, Jun 18, 2002 at 09:09:41PM +0200, Santiago Faci wrote: > is it possible to initialize locals variables os a method in IL assemble > with " .locals init (....) " sentence? Does mono have an assembler ?... (which you're using ?) AFAIK you cannot do that... .locals (int) ldc.i4.0 stloc.0