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
- name -- name of the script
- appendScript -- content to append to the end of existing script named $name
SOURCE
variable script return [append script($name) "\n$appendScript"] }