SPSS mrStudio Sort answers ascending

Sort ascending the answers in a single question.

//surveyscripting.com

Q1 "Which of the following is your favourite language?"
categorical [1..1]
{
   JavaScript "JavaScript",
   PHP "PHP",
   Delphi "Delphi",
   HTML "HTML"
} asc;