digesh055 Posted April 25, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
uwes Posted April 27, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
digesh055 Posted April 27, 2012 Author Report Share Posted April 27, 2012 Thanks uwes. Quote Link to comment Share on other sites More sharing options...
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.