moveToBeginning(); < what is this?
I was poking around in the scripting reference for javascript and I came across this line in one example.
newItem.moveToBeginning( newGroup );
I'm totally new to scripting and I have little to no knoledge of javascript. I understand what the example does and most of the parts but there is not documentation on moveToBeginning();
it only shows up in one example and nowhere else. I kinda understand what it does but where is the documentation? and where can I find similar functions?
is there a moveToEnd()?