From: ts Date: 2003-10-08T22:42:03+09:00 Subject: Re: rb_scan_args question >>>>> "B" == Berger, Daniel writes: B> rb_scan_args(argc,argv,"12",&arg1,&arg2); one mandatory, 2 optionals i.e. def tt(a, b = nil, c = nil) end Guy Decoux