Hi,
First point :
Can you please update the documentation so as to specify what type of item (integer, float, etc.) each function accepts?
I ran into a problem with delta() (patch provided in the right forum) because it does not support integers, whereas max() and min() do. But it was undocumented. Now that I provided a patch, delta() supports integers, but the documentation should be updated to be more precise for each and every function and their item types.
Second point :
The "function(#count)" syntax is apparently undocumented. The documentation only mentions "function(seconds)" as a valid parameter. Can you add a paragraph please ?
Regards
First point :
Can you please update the documentation so as to specify what type of item (integer, float, etc.) each function accepts?
I ran into a problem with delta() (patch provided in the right forum) because it does not support integers, whereas max() and min() do. But it was undocumented. Now that I provided a patch, delta() supports integers, but the documentation should be updated to be more precise for each and every function and their item types.
Second point :
The "function(#count)" syntax is apparently undocumented. The documentation only mentions "function(seconds)" as a valid parameter. Can you add a paragraph please ?
Regards
Comment