output

The output command prints only the value of the specified expression, suppressing any other output.

Syntax

output expression
  1. expression is a combination of variables, constants and operators.

Usage

The output command prints the current value of the expression and nothing else, no newline character, no "expr=", etc.

The usual output from the debugger is suppressed, allowing you to print only the value.

Example

(fgldb) output cust_rec.cust_id 
87324(fgldb)