Tcl Source Code

View Ticket
Login
Ticket UUID: 1577324
Title: TIP 284: new [namespace invoke] command
Type: RFE Created on: 2006-10-14 19:07:26
Submitter: msofer Assigned to: msofer
Subsystem: 21. [namespace] Severity:
Priority: 5 Medium Last modified: 2006-10-16 19:50:22
Status: Open Closed by:
Resolution: None Closed on:
Version: None
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: