page = PAGE
page.10 = TEXT
page.10.value = HELLO WORLD
Usually this typoScript snippets are added to Web >> Template >> Info/Modify >> setup
This snippet opens a new PAGE object. Inside the PAGE object, the 10th entry is set to be a TEXT object. The value of thus TEXT object ...