fields
Read entry-box values from contest logging software. Retrieve specific fields, visible fields, or all fields including derived ones like country, zone, and prefix.
Instructions
Read entry-box (text field) values.
operations:
read (field=name): read one box.
fieldmay be a friendly name (call, rst_rcvd, class, section, name, …) or a raw control id (TXTENTRY…).visible: every field the current contest shows, with values.
all: every field (regardless of visibility), with values.
Derived fields (country_worked, cq_zone, itu_zone, continent, prefix) are readable here but are computed by N3FJP from the call — never write them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | No | ||
| operation | Yes |