> I have looked at the submissions regarding how to navigate the cells
> of a LabVIEW table with the arrow keys, but I'm not having much luck
> with making it work. Any code examples or more explicit help out
> there?
>
Note that when the VI is in edit mode, some of the keys are used for
other things, like changing tools, but when the VI is running, the tab
and return keys are probably your best bet. If you click in a cell,
then the tab key will move row by row where return will move column by
column. If you are tabbing through the rest of the keyboard, then the
initial tab will tab to the entire table allowing you to tab over it or
through it. To tab into/through the table, hit Ctl/Command down arrow.
When you want to tab out of the table, h
it Ctl/Command up arrow.
Then there are the arrow keys. Hitting normal left, right, up, and down
keys move about within a cell. Shift left, right, up, and down move you
between cells. These work in both the editor and while running.
Greg McKaskle