forlang.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
moveto, _moveto_w
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The moveto subroutines move the current graphics position to the
     specified point. The moveto routine uses the view-coordinates (<x>,
     <y>) as the current position. The moveto_w routine uses the window-
     -coordinates (<wx>, <wy>) as the current position. No drawing takes
     place.
 
     Return Value
 
     None.
                                    -♦-