Question: Extracting term split by "+" and saving the term into array?

Hi, Let's say there is a equation as following: a+b+c How can I save each term by "+" into an array? I.e) a+b+c Then I'd like to save each paramter split by "+" into an array. a is saved to array[0] b is saved to array[1] c is saved to array[2] I'm not sure I could make it in Maple. Any idea using Maple? Thanks!
Please Wait...