Intermec Janus 2010 Reference Manual page 184

Intermec janus 2010: reference guide
Hide thumbs Also See for Janus 2010:
Table of Contents

Advertisement

im_viewport_move
when others => direction := IM_VIEWPORT_RIGHT;
end case;
Put_Line ("Enter distance : ");
Put_Line (">>> ");
SYSWORD_IO.Get (distance);
New_Line;
im_viewport_move (direction, distance, row, col, status);
if im_issuccess (status) then
Put ("Row ");
SYSWORD_IO.Put (row, WIDTH => 4);
New_Line;
Put ("Col ");
SYSWORD_IO.Put (col, WIDTH => 4);
New_Line;
else
Put ("VP Move Error = ");
SYSWORD_IO.Put (status, WIDTH => 8);
New_Line;
end if;
end vp_move;
3-144

Advertisement

Table of Contents
loading

This manual is also suitable for:

Janus 2050Janus 2020Janus psk for ada

Table of Contents