Re: [tcljava-user] TCL.ERROR : unknown math function "max"
Brought to you by:
mdejong
From: Martin L. <mar...@gm...> - 2007-10-08 12:50:50
|
Hi, it's relatively easy to tell, where the error's coming from ... in tcl 8.5 there are new expr operators like "min(value1,value2,...,valueN)" and "max(value1,value2,...,valueN). So your jacl distribution, your java generating application uses, is not of this version 8.5. Best regards, Martin _____ From: tcl...@li... [mailto:tcl...@li...] On Behalf Of rohit Sent: Monday, October 08, 2007 2:40 PM To: tcl...@li... Subject: [tcljava-user] TCL.ERROR : unknown math function "max" good morning all, i'm trying to port an existing application that uses tcl to generate code to a java based application. i have done the same using jacl. one of the old tcl scripts uses a math function "max" and when the old script is called from jacl i get the error : TCL.ERROR : unknown math function "max" any pointers on how to use math function "max", please let me know going, going, ... gone. going, going, ... gone. _____ Be a better Heartthrob. Get <http://us.rd.yahoo.com/evt=48255/*http://answers.yahoo.com/dir/_ylc=X3oDMTI 5MGx2aThyBF9TAzIxMTU1MDAzNTIEX3MDMzk2NTQ1MTAzBHNlYwNCQUJwaWxsYXJfTklfMzYwBHN sawNQcm9kdWN0X3F1ZXN0aW9uX3BhZ2U-?link=list&sid=396545433> better relationship answers from someone who knows. Yahoo! Answers - Check it out. |