Help with certain parts of the meArm Code (for Joystick Control)

In the mean time, could any of you guys clarify what is the following set of instructions doing?

if (idle == 100){
myservo*.detach();*

  • }*
    [/quote]
    You mean
    * *if (idle == 100){      myservo[i].detach();    }* *
    I can tell you what it does, but not why
    Note that the code looks different if you don't use code tags.