On Aug 8, 2006, at 1:01 PM, Sean Shao wrote:

put value("randomTime(5,2)", group "analogClock")

There are some limitations to value() when working with sending arrays and the result of arithmetic. At times arrays are simply empty values and numbers have numberFormat applies with possible resulting loss of info.

Assuming I didn't goof in my tests, it is like this (with corresponding send info):

***********************************************
value(<expr>)
                      array     number
parameter             OK        OK
result                OK        fail
***********************************************

value(<expr>, <obj>)
                      array     number
parameter             --         --
result                fail       OK
***********************************************

send to <obj>
                     array     number
parameter            fail      fail
result               OK        OK
***********************************************
send to <obj> in time
                     array     number
parameter            fail      fail
result               --        --
************************************************

This is bug 699 which RunRev has changed to an enhancement request.

Dar Scott

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to