Subversion Repositories wimsdev

Rev

Rev 11194 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <b>Dessiner une droite, un polygone, des points, un segment, un vecteur,
  2. un rectangle, une courbe.</b>
  3. (nom : <span class="tt wims_code_words">javacurve</span>)
  4. <br>
  5.  
  6. !read help/anstype.$lang/jcurve.inc general
  7. !set p=anstype.$lang/javacurve
  8. !readproc tabletheme
  9. $table_header
  10. !set caption=!record 1 of help/$p
  11.   <caption>$caption</caption>
  12.   !set header=!record 2 of help/$p
  13.   $table_tr<th>$(header[1])</th><th>$(header[2])</th></tr>
  14.   !set cnt_record=!recordcnt help/$p
  15.   !for u= 3 to $cnt_record-1
  16.     !set l_=!record $u of help/$p
  17.     $table_tr<td class="tt wims_code_variable">
  18. !line 1 of $l_
  19.     </td><td>
  20. !line 2 to -1 of $l_
  21.    </td>
  22.   </tr>
  23.   !next
  24. $table_end
  25.  
  26. Des options peuvent être ajoutées dans le champ d'option :
  27. <span class="tt wims_code_words">precision</span>.
  28.  
  29. Le paramètre <span class="tt wims_code_words">precision</span> doit être manié avec précaution ...
  30.  
  31. !read help/anstype.$lang/jcurve.inc reply
  32.