📄️ <call>
Invokes a defined function within the script.
📄️ <cgitable>
Maps CGI variables to ISIS fields in bulk.
📄️ <define>
Maps system variables to fields for use inside loops.
📄️ <display>
Sends text or PFT output to the current output stream.
📄️ <do>
Defines the execution scope of a task (search, update, list, etc).
📄️ <export>
Exports the current record to a file.
📄️ <extract>
Extracts keys from the current record for indexing.
📄️ <field>
Manipulates variables and database fields (add, replace, delete, import).
📄️ <file>
Creates, unlocks, closes, and manages system files and databases.
📄️ <flow>
Controls script execution flow (jumps, interruptions, loop control).
📄️ <function>
Declares reusable code blocks and defines how they receive parameters.
📄️ <hl> (Highlight)
Highlights specific terms within a display block.
📄️ <htmlpft>
Interprets and formats external HTML files containing PFT instructions.
📄️ <IsisScript> (Root)
The root element that encapsulates the entire script.
📄️ <label>
Defines a destination point (anchor) for execution jumps (GOTO).
📄️ <list>
Manages the internal IsisScript list (load, delete, sort).
📄️ <loop>
Defines the block of code to be repeated for each task item.
📄️ <parm>
Defines parameters for tasks and configurations.
📄️ <pft>
Executes ISIS Formatting Language commands.
📄️ <proc>
Modifies the content of the current record in memory.
📄️ <return>
Exits the current function and optionally returns data to the caller.
📄️ <section>
Defines a logical block of code within the script.
📄️ <trace>
Enables or disables the debugging trace mode.
📄️ <update>
Defines the block of instructions for modifying or adding a record.
📄️ <write>
Commits the changes made to the current record to the database.