TABLE OF CONTENTS


::pwtk::phi::get

SYNOPSIS

proc ::pwtk::phi::get {} {

PURPOSE

Returns the content of the ph.x input

SOURCE

    loadDefaults_
    
    set    input_ [::pwtk::input::cardGetContent PH.titleLine]
    append input_ [::pwtk::input::namelistGet INPUTPH]
    append input_ [::pwtk::input::cardGetContent PH.affixCards]
    
    return [::pwtk::skipEmptyLines $input_]
}