收藏订阅
[+] New SeparatorType, ListSeparator, NumberDecimalSeparator properties [+] Common math rounding introduced as an option. E.g.: Round(2.5, 0, MathRounding) yields 3.0. (By default, bankers' rounding is still used.) [+] An option to add user-defined operators [+] "Inf" constant. Stands for "positive infinity". [+] A sample has been added to show the usage of custom "+" and "-" operators in conjunction with dates, Excel-like. Example: #12/05/2008# - (365*10/2) [-] Function context passed inside IIF calls