<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Times New Roman">Hi!<br>
      <br>
      I used this code below with PSTricks and mulitdo which works fine,
      but I would like to extract the abscissa and the ordinate values
      of the different points \PTick\iA. What is the command to make
      this "extraction?"<br>
      <br>
      <br>
      \def\P{sqrt(9*x)+1}<br>
      \pspolylineticks[metricInitValue=1,Os=1,Ds=2,linewidth=1pt,ticksize=-4pt
      4pt,linecolor=Green]{P}{ ds }{0}{7}%<br>
      \multido{\iA=1+1,\iB=3+2}{6}{ \uput{6pt}[d](PTick\iA){\tiny \iB} }<br>
      <br>
      <br>
      <br>
      Jacques<br>
    </font>
  </body>
</html>