If you have an array that is set up as I16, you can't force it to be double. The memory allocation is set right before run time to be I16 numbers. If you wire in a Double array (even into the Value property node) it will be coerced to I16. You can't change the representation of a constant, indicator, or control in the middle of run-time, thus there is no property node for changing it.
If you want the array to be double, you will need to change the representation of it during edit time.
What does "(recevinf arrary)" mean?
Message Edited by Ravens Fan on 10-03-2007 08:59 PM