Re: Please Help ME figure it out

new topic     » goto parent     » topic index » view thread      » older message » newer message

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/

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu