Martin DeMello wrote: > * If anyone knows how to gracefully detect the installed version of > fox and select the correct 'require', do tell me. how about this? begin require 'fox16' rescue LoadError require 'fox14' end -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407