From: Pavel T. <tp...@ma...> - 2010-06-05 11:11:36
|
2010-06-05 14:10 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/server.prg * source/client/leto1.c * Readme.txt * readme_rus.txt * leto_sum has been extended: now it can evaluate comma separated fields as first parameter: leto_sum("Sum1,Sum2", cFilter, cScopeTop, cScopeBottom) return an array with values of sum fields Sum1 and Sum2. If "#" symbol passed as field name, leto_sum returns a count of evaluated records, f.e: leto_sum("Sum1,Sum2,#", cFilter, cScopeTop, cScopeBottom) --> {nSum1, nSum2, nCount} If only one field name is passed, leto_sum() returns a numeric value Best regards, Pavel Tsarenko |