Auto create text boxes

That sounds like a textbox atop a listview, and an Enter button.

when Enter button Click,
  set global variable NumberList to Elements of the ListView
  insert textbox.Text into slot 1 of global variable NumberList
  set Elements of the ListView to global variable NumberList

See the chapter on Lists in the free book at