Tcl Source Code

View Ticket
Login
Ticket UUID: 1577324
Title: TIP 284: new [namespace invoke] command
Type: RFE Version: None
Submitter: msofer Created on: 2006-10-14 19:07:26
Subsystem: 21. [namespace] Assigned To: msofer
Priority: 5 Medium Severity:
Status: Open Last Modified: 2006-10-16 19:50:22
Resolution: None Closed By:
    Closed on:
Description:
namespace invoke namespace cmd ?arg ...?

Invokes in caller’s scope the command called 'cmd', as
resolved from namespace 'namespace', with the supplied
arguments. If namespace does not exist, the command
returns an arror.

Attached an implementation that requires [Patch 1577278].
User Comments: msofer added on 2006-10-15 02:07:26:

File Added - 198180: nsinvoke.patch

Attachments: