| g | Index Level | k |
| Syntax | i{data.reference.specification} |
| Category | System Debugger |
| Type | Command |
| Description |
displays debugger data in integer format.
The "i" command, followed by a <return>, displays subsequent output in integer format. |
| Options | |
| See Also | data window specification System Debugger functions data reference specification data format specification System Debugger |
| Example |
i172628.b8;2
This displays the contents of frame 172628 at offset x'b8', displaying a 2-byte window in integer format. |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| g | Index Level | k |