SPSS mrStudio Display text after open end answer

Display the text "years old" just after the input field.

//surveyscripting.com

Metadata:
Q1 "What is your age?"
  double [1 .. 100]
  codes(
  {
    Age "years old"
    style(
      Hidden = true,
      ElementAlign = "Right"
    )
  }
);