<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all,<br>
<br>
is it possible to read in a table through a multido loop with pstricks ?<br>
<br>
table=[0, 1][2,3][4,1]<em><br>
</em><br>
\multido{\i=0+1}{2}{<br>
&nbsp; \multido{\I=0+1}{3}{<br>
&nbsp;&nbsp;&nbsp; \psline(0,0)(\i,\J)<br>
&nbsp;&nbsp;&nbsp; }<br>
}<br>
<br>
thank you<br>
</body>
</html>