IcarusLives

:plot x y function

Mar 1st, 2017
979
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.20 KB | None | 0 0
  1. :plot x y
  2.     setlocal
  3.         set "c=%~3"
  4.         set /a "_y=%~2", "_x=%~1", "_x2=%~1 + 1"
  5.         (endlocal
  6.             set "_[%_y%]=!_[%_y%]:~0,%_x%!%c:~0,1%!_[%_y%]:~%_x2%!"
  7.         )
  8. goto :eof
Add Comment
Please, Sign In to add comment