digesh055 Posted April 25, 2012 Report Posted April 25, 2012 How to use seq.start on indexed components? I have tried following ways: seq.start(this.env[0].agent.sequence) - Improper index type seq.start(this.env.agent.sequence) - class env is not there seq.start(this.*.agent.sequence)-character immediately after a period(.) does not start an identifier seq.start("this.env[0].agent.sequence") - error Quote
uwes Posted April 27, 2012 Report Posted April 27, 2012 you have to supply a reference to a sequencer as first arg to seq.start and not a sequence-ref nor a string. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.