QUOTE(BITS N BYTES @ Feb 14 2009, 08:22 PM) [snapback]78880[/snapback]
I fail to see what adding $B789=1 at the end of the FINS command has anything to do with your problem?
I guess you could use this to check whether the FINS macro was actually called from the changing value of the Numeric object.
You might try using "When a bit changed" vs. "When a value changed".
Add a macro within the Numeric object that sets the bit = 1 if its value changes.
Reset the same bit, bit=0 at completion of the FINS command.
STUMPED!!
$B789 was just an example. Just to satisfy myself that the macro was indeed running. Thanks for giving it some thought - I'll try the bit changed idea, or just put a PB next to the numeral input box to run the FINS macro.
Pp