split « Array « Flash / Flex / ActionScript






1.The split() method asks that you specify the delimiter it should use to determine the elements of the list
2.Converting a String to an Array: Use the String.split(delimiter, maximum_number_of_elements_to_place_into_the_new_array) method.