case $# in
1) TY=`nof $1`
   testfZ $TY
   if test -f $TY
   then
      echo ' '
      case $LNG in
        fr) echo "Attention:  le fichier  $TY  existe deja!" ;;
       eng) echo "Warning: the file  $TY  already exists!" ;;
      esac
      sleep 2
      echo ' '
   else
      cp $BDA/format/form.$1 $TY
   fi
   vi $TY ;;
2) cp $BDA/format/form.$1 f.sup ; $EDT f.sup ;;
esac
