05-20-2024 03:54 AM
how to fix this?
05-20-2024 03:56 AM
Use Merge errors from the Dialog & User Interface palette instead of Build Array.
05-20-2024 10:22 AM
05-20-2024 10:30 AM
Well now please explain why you insist in building an array...
05-20-2024 11:17 AM
Throw another Merge Errors after the Build Array.
(Just kidding- get rid of Build Array altogether)
05-20-2024 01:04 PM - edited 05-20-2024 01:04 PM
Change the mechanical action of the control to a "switch" mode. By default it's "latch when released".
Boolean control on latch do not permit to use local variable for it.
05-20-2024 01:28 PM
@PinguX wrote:
Change the mechanical action of the control to a "switch" mode. By default it's "latch when released".
Boolean control on latch do not permit to use local variable for it.
This is bad advice. First of all, it doesn't look like the OP is even using a second loop. Secondly, a different way of passing the data should be used over local variables, a Notifier immediately comes to mind.
05-20-2024 01:51 PM
@PinguX wrote:
Change the mechanical action of the control to a "switch" mode. By default it's "latch when released".
Boolean control on latch do not permit to use local variable for it.
The broken wire has absolutely nothing to do with mechanical action or local variables. Your response is completely off-topic.
(And if somebody blindly changes to switch action in order to create swarms of local variables, something else is wrong 😄 )
05-20-2024 02:29 PM
True @crossrulz, thanks for correcting.
05-22-2024 02:28 PM
Use unbundle by name and use error status of each error and do logical OR of each error status then stop if true condition works ok and broken error will be removed