Re: Please Help ME figure it out
- Posted by CenSe <cense at MAIL.RU> May 06, 2000
- 451 views
not quite sure about your question but here is a solution to what i think you want. i assume one thing, you know the array position of where to start printing. <un tested code> sequence scale scale = {"D", "E", "F", "C"} printf(1, "%s", scale[2..length(scale)]) puts(1, "scale[1..2]\n") </un tested code> that should prints out: E F C D I just used sequence slicing. hope that helps a little. CenSe, a member of the ak-software development team http://ak-software.virtualave.net/