From: Reini U. <ru...@x-...> - 2009-01-02 13:11:29
|
var...@us... schrieb: > Revision: 6363 > http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6363&view=rev > Author: vargenau > Date: 2009-01-02 11:04:05 +0000 (Fri, 02 Jan 2009) > > Log Message: > ----------- > Add spreadsheet capability to Wikicreole tables > + function _compute ($mytable, $i, $j, $imax, $jmax) { > + // What is implemented: > + // @@SUM(R)@@ : sum of cells in current row > + // @@SUM(C)@@ : sum of cells in current column > + Can you please document this new feature in the pgsrc files Whow. But maybe %%=SUM(C)%% is better syntax. %%\w+%% is our template expansion syntax. = is a spreadsheet formula -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |