TABLE OF CONTENTS
::pwtk::input::cardGet
SYNOPSIS
proc ::pwtk::input::cardGet {name} {
PURPOSE
Returns the whole card
ARGUMENTS
- name -- name of the card to print.
EXAMPLE
How to get the whole ATOMIC_POSITIONS card:
set atomicPosCard [::pwtk::input::cardGet ATOMIC_POSITIONS]
The "atomicPosCard" now holds the following:
ATOMIC_POSITIONS unit AtmSymb1 x1 y1 z1 ...
SOURCE
global ::pwtk::input::card ::pwtk::input::card_flags ::pwtk::input::card_content clear_ cardOut_ $name return [get_] }