I made this request a year ago, but I am hoping this can be easily added
Keyword "body", it is part of itcl which is TCL extention version of Object
Oriented Programming
Syntax
body className::classMemberFunction {} {
#CODE
}
Example:
body mysqlQueryCall::mysqlClose {} {
set procname "mysqlQueryCall::mysqlClose"
global DEBUG_SYSTEM ;
set dbg [DISABLE] ;
set dbg [expr $dbg + $DEBUG_SYSTEM + $SCOPE_DEBUG]
if {$dbg} {print "DEBUG - Procname: $procname"}
return [::mysql::close]
}
Thanks,
MoMann
--
<http://forum.pspad.com/read.php?2,42215,42215>
PSPad freeware editor http://www.pspad.com