Question: Extract values from parenthesis

After writing a code I was given an output from Maple in the following form: {n=1,x=4,lplp=6,lpsp=8}. I need to use these values separately. How to I get them out of the brackets? When I type n on the next line it just shows "n" not n=1. Any ideas?

Please Wait...