Quoting Rory Walsh : > The following code worked a few months ago(7th of April) but no longer > does(pulled from git dev today): > > iLoop1 = i(abs(kLoopTime1)) > > error: Use of i() with expression not permitted on line 862 > The argument to i() must be a variable not an expression. This has always been the case but it was not policed. Try iLoop1 = abs(i(kLoopTime1)) Should work ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net