Hi,

Is it possible to share some TCL proc's between a set of functions? Something like

proc mything { 
}

proc otherthing {
}


create function wantsthings (text)  returns text as
'
  return [mything [otherthing fubar]]

' language 'pltcl';

Cheers,










Bob



This message has been scanned but we cannot guarantee that it and any
attachments are free from viruses or other damaging content: you are
advised to perform your own checks.  Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to