move_l2f
Moves data from the window list to the window fields.
Available in:
Apps (win) |
Apps (char) |
Reportwriter |
RPC |
Standalone PL |
X |
X |
|
|
|
Syntax
void move_l2f()
Description
Copies the data from the current window list to the window fields.
Example
Moves to the next item in the window list and
updates the window fields:
{
list_next(p.wl);
move_l2f();
}