Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: How do I exit a proc?

570 views
Skip to first unread message
Message has been deleted

Khaled

unread,
Jun 10, 2005, 11:08:16 AM6/10/05
to
nmrcharlie wrote:
> For example:
>
> if {$a > 1} {
> "go to the end of the the proc"
> }
>
> Cheers
>
> Charlie

if {$a > 1} {
return
}

:^)

Khaled

Cameron Laird

unread,
Jun 10, 2005, 12:08:03 PM6/10/05
to
In article <1118415344.0...@g47g2000cwa.googlegroups.com>,

nmrcharlie <charli...@gmail.com> wrote:
>For example:
>
>if {$a > 1} {
> "go to the end of the the proc"
>}
.
.
.
<URL: http://wiki.tcl.tk/return >
0 new messages