Jonathan M Davis: > Except that that won't work for int or other built-in types, > because they lack constructors. Isn't it possible to modify D and add constructors to built-in types? int(10) Bye, bearophile