Hi Steven, Just one more thing, on arrays as they relate to writing opcodes, am I right in thinking that if you have a 2D array, and you pass it to an opcode that accepts a 1D array using a subscript that it isn't equivalent to passing a vector in? For example: iRows = 10 iColumns = 10 kArr[][] init iRows,iColumns myGreat1DArrayOpcode kArr[0] It looks like kArr[0] is treated like the first element of the matrix and not the beginning of a row. It would be great if something like kArr[0] gave you a 'view' of the 2D array that had 1D opcodes treat each row like a 1D array. -- Edward Costello On Thursday 11 July 2013 at 23:27, Steven Yi wrote: > Nice, glad that's working out now. > > On Thu, Jul 11, 2013 at 6:17 PM, Edward Costello > wrote: > > Thanks Steven, > > > > I was actually using the wrong string to specify the opcode argument, my > > opcode is working fine now, > > > > -- > > Edward Costello > > > > On Thursday 11 July 2013 at 17:11, Steven Yi wrote: > > > > > > > > > > ------------------------------------------------------------------------------ > > See everything from the browser to the database with AppDynamics > > Get end-to-end visibility with application monitoring from AppDynamics > > Isolate bottlenecks and diagnose root cause in seconds. > > Start your free trial of AppDynamics Pro today! > > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > > _______________________________________________ > > Csound-devel mailing list > > Csound-devel@lists.sourceforge.net (mailto:Csound-devel@lists.sourceforge.net) > > https://lists.sourceforge.net/lists/listinfo/csound-devel > > > > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net (mailto:Csound-devel@lists.sourceforge.net) > https://lists.sourceforge.net/lists/listinfo/csound-devel > >