AS3: Passing an array into a function using the …rest parameter
… (rest) parameter 함수가 쉼표로 구분된 인수를 무제한으로 받도록 지정합니다. 라는 키워드가 있습니다. 위의 설명 처럼 인자의 갯수가 정해져 있지 않을때 사용하며 보통 함수에서 Array 로 반환되어 사용 합니다. 그런데 만약 쉼표로 구분된 인수를 사용하지… Read More »AS3: Passing an array into a function using the …rest parameter