From: Lyle Johnson Date: 2007-02-15T05:45:26+09:00 Subject: Re: how to do: var1 = var2.new(.....) (var2 contains classname) On 2/14/07, Lyle Johnson wrote: > var1 = Object.get_const(var2).new("Bicyclops", "Fleck", 260) Whoops, that should be "const_get(var2)", not "get_const(var2)".