TABLE OF CONTENTS


::pwtk::input::scriptAppend

SYNOPSIS

proc ::pwtk::input::scriptAppend {name appendScript} {

PURPOSE

Append new content to the end of the existing script named $name

ARGUMENTS

SOURCE

    variable script

    return [append script($name) "\n$appendScript"]
}