SPSS mrStudio Open text question with custom width

Create an open-text question with a width limitation.

//surveyscripting.com

Q1 "What is your opition?"
style(
  Width = "100px",
  Control(
    Type = "SingleLineEdit"
)) text[0..];