Triedge 12 Posted January 21, 2014 example: setarray .@numbers[0],1,2,3,4,5; How added options 6,7,8,9,10? Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted January 21, 2014 try to read this Guide >>> Wiki setarray Quote Share this post Link to post Share on other sites
0 Triedge 12 Posted January 21, 2014 mmm.. setarray .@numbers[0],1,2,3,4,5; -> setarray .@numbers[5],6,7,8,9,10; work? Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted January 21, 2014 It does. Or, at least, should do. Quote Share this post Link to post Share on other sites
example:
setarray .@numbers[0],1,2,3,4,5;
How added options 6,7,8,9,10?
Share this post
Link to post
Share on other sites