TABLE OF CONTENTS
::pwtk::input::namelist.affixGetAffix
SYNOPSIS
proc ::pwtk::input::namelist.affixGetAffix {name} {
PURPOSE
Return the affix part of namelist.affix
ARGUMENTS
- name -- name of the namelist
SOURCE
clear_
cardOutContent_ $name.affixCards
return [::pwtk::skipEmptyLines [get_]]
}