Available in:
Apps (win)
Apps (char)
Reportwriter
RPC
Standalone PL
X
X
list active_wl()
{
list wl_slave, tmp;
int pos;
pos = list_pos(active_wl ());
wl_save = active_wl();
query(-1);
tmp = active_wl();
active_wl(wl_save);
list_seek(active_wl(), pos);
list_close (wl_save);
return (list_close(tmp));
}