Column menu
  


    graphic

(The column menu options are also available by right-clicking a list entry)

Picture

Pulls up the Picture dialog window (AltP keyboard shortcut). Use standard clarion pictures, features a history of previous pictures:

graphic

Note

The pictures @s251 and @s252 have been reserved for 'functional display'. @s251 displays a clarion "stardate" (typically a real) as d010-b t04b. @s252 displays in hex format (limited to 255 characters).

Array

Pulls up the Array dialog window (AltA keyboard shortcut). From here you can view other elements of the array and / or set the current display element:


graphic

Sum

Runs through the column and gives you a total (deformats, uses a clarion real). Will "roll round" but can be useful.


Analysis

    Deduplicates the selected column and shows counts:

    
    graphic

Zoom

Zoom in on the cell (examine strings longer than 255 characters for example), with option to view in hex mode or wrap in text mode. Navigate the queue using VCR buttons ("?", CtrlG hotkey is GoTo).

    graphic


View Referenced Queue

Passes a referenced queue to QVEdit (AltQ keyboard shortcut).

BIG Warning

QView is sometimes unable to confirm that a reference points to a queue. Although some checks are made using the extended library before moving on to treat it as a queue there is still a chance that using this feature with other types of reference will blow your program away (depends what's living at that address in memory!). So a warning is given the first time you use this feature in a debugging session:

graphic


The warning can also be permanently turned-off using the "Don't show this again" checkbox.