For Programmers: Free Programming Magazines  


Home > Archive > Tcl > October 2005 > Re: How to make a procedure call from another procedure









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: How to make a procedure call from another procedure
suchenwi

2005-10-27, 7:58 am

It is really simple:

proc example {} {puts "hello!"}

proc test {procname} {
$procname
}
% test example
hello!

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com