OneScript
  • Welcome to OneScript
  • OneScript Overview
    • Dates and Times
    • Sets
    • Types
    • Fields
      • Helper Fields
      • Labels
      • Standard Text
    • Snapshots
    • State Management
    • Future Features
  • Get OneScript
  • Macro Overview
    • Macro Virtual Machine
    • Code Instructions
  • Standard Libraries
    • Core
    • Data
    • Interview Model
  • Linker Overview
    • Objects
  • Contact Us
Powered by GitBook
On this page
  1. OneScript Overview
  2. Fields

Standard Text

PreviousLabelsNextSnapshots

Last updated 3 years ago

Standard text is special struct field that contains all the standard messages used for errors and the genera handling of a survey. They are embedded into the OneScript runtime, but they can be overridden by adding your own standard text struct field. For example:

Any fields you exclude from your standard struct field are overridden by the standard messages. you can also customise the messages at individual field level. For more information on this see .

For the full structure of the Standard Text struct see below.

Helper Fields