TABLE OF CONTENTS


::pwtk::q2ri::clear

SYNOPSIS

proc ::pwtk::q2ri::clear {} {

DESCRIPTION

Clear the content of the q2r.x input.

SOURCE

    variable input_flow_list
    
    foreach name [concat $input_flow_list Q2R.affixCards] {
        ::pwtk::input::clear $name
    }
}