TABLE OF CONTENTS
::pwtk::input::clear
SYNOPSIS
proc ::pwtk::input::clear {args} {
USAGE
::pwtk::input::clear name1 ?name2? ?...?
PURPOSE
Clear the content of specified namelists and/or cards
ARGUMENTS
- args -- one or more namelists and/or cards
SOURCE
foreach name $args { ::pwtk::input::namelistClear $name ::pwtk::input::cardClear $name ::pwtk::input::cardClear $name.affixCards ::pwtk::input::scriptClear $name } }