<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote cite="mid:mailman.23.1257937202.3434.pstricks@tug.org"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">tido{\i=0+1}{11}{\multido{\j=0+1}{11}{\psdots[linecolor=red,dotsize=10pt](\i,\j)}}
    </pre>
  </blockquote>
  <pre wrap=""><!---->
see multi documentation for variable names

\documentclass{article}
\usepackage{pst-all}
\begin{document}

\begin{pspicture}[showgrid=true](-1,-1)(10,10)
  \multido{\iA=0+1}{11}{ %
    \multido{\iB=0+1}{11}{ %
      \psdots[linecolor=red,dotsize=10pt](\iA,\iB)}}
\end{pspicture}

\end{document</pre>
</blockquote>
<br>
<br>
sorry, I had not seen the better answer provided by Herbert.<br>
</body>
</html>