Flooding....
Really became flooding.. It turns out the key is to control the layout...
But the layout problem is solved, :) Using Tab instead of spaces can do it. You don't need to spend effort on layout.
Tab cannot be displayed correctly in the forum...???
[ Last edited by qjbm on 2007-1-31 at 05:38 PM ]
@ECHO %DBG% OFF
SETLOCAL ENABLEDELAYEDEXPANSION
for /l %%i in (1,1,9) do (
for /l %%j in (1,1,%%i) do (
set /a h=%%i*%%j
set /p=%%i×%%j^=!h! <nul
if %%i==%%j echo.
)
)
Really became flooding.. It turns out the key is to control the layout...
But the layout problem is solved, :) Using Tab instead of spaces can do it. You don't need to spend effort on layout.
Tab cannot be displayed correctly in the forum...???
[ Last edited by qjbm on 2007-1-31 at 05:38 PM ]
