tabsquare
Joined: 04 Apr 2007 Posts: 4
|
Posted: May 25, 2009 3:13 AM Post subject: comma in expr(), too many arguments |
|
|
I get the error(in vti): too many arguments
when I try to do something like expr("log(x,1/3)")
I am pretty sure it's because of the comma in the logarythm in base 1/3.
However I don't know how to get around this.
PS-I know I can write expr("log(x)/log(1/3)") but I don't have control over my user input.
Thank you |
|