Diff for /parser3/www/htdocs/Attic/index.html between versions 1.57 and 1.59

version 1.57, 2002/05/15 08:58:01 version 1.59, 2002/05/16 16:18:20
Line 153  OK Line 153  OK
 #^xpath2[]  #^xpath2[]
 #^callindirect[]  #^callindirect[]
 #^junctionprob[]  #^junctionprob[]
 ^datecreatestring2[]  #^datecreatestring2[]
   #^tstoredproc[]
   #^tstoredproc2[]
   #^forkeys[]
   ^pngsize[]
   
   @pngsize[]
   $i[^image::measure[test.png]]
   ^i.html[]
   
   
   @forkeys[]
   $text[^form:fields.foreach[key;val]{$key=$val
   }]
   ^text.save[ttt.txt]
   =$text=
   
   
   @tstoredproc2[]
   ^connect[odbc://DSN=nestle^;UID=nestle^;PWD=mbm32]{
           ^void:sql{exec pafvoid}
   }
   
   @tstoredproc[]
   ^connect[odbc://DSN=nestle^;UID=nestle^;PWD=mbm32]{
           $t[^table::sql{exec pafproc}]
   #       $t[^table::sql{{call pafproc}}]
           $c[^t.columns[]]
           ^c.menu{$c.column}[<br>]
   }
   
 @datecreatestring2[]  @datecreatestring2[]
 $date[^date::create[2000]]  <table border=1>
 ^date.sql-string[]        ^datecreatestring2show[2000]
   ^datecreatestring2show[2000-02]
   ^datecreatestring2show[2000-2-03]
   ^datecreatestring2show[2000-02-03 15]
   ^datecreatestring2show[2000-02-03 15:30] 
   ^datecreatestring2show[2000-02-03 15:30:04] 
   ^datecreatestring2show[2000-02-03 15:30:04 hren] 
   ^datecreatestring2show[15:30] 
   ^datecreatestring2show[15:30:05] 
   ^datecreatestring2show[15:30:05 hren] 
   </table>
   
   @datecreatestring2show[s]
   $date[^date::create[$s]]
   <tr>
   <td>$s</td><td align=right>^date.sql-string[]</td>
   </tr>
   
   
 @junctionprob[][l]  @junctionprob[][l]
 $l[123]  $l[123]

Removed from v.1.57  
changed lines
  Added in v.1.59


E-mail: