input := {FIELD comment := @Prompt([OKCANCELEDIT];"Input";"Input a value"; "Default");};
@Eval(input);
To view the content of the comment field, use the following code in a hotspot or action button.
@Prompt([OK];"Value of comment field";@GetField("comment"))