05-22-2023 04:38 AM
Hello guys,
Solved! Go to Solution.
05-22-2023 05:31 AM
05-22-2023 06:41 AM
Hi GrdW,
05-22-2023 07:04 AM - edited 05-22-2023 07:04 AM
Something like this?
05-22-2023 09:30 AM
Hi Crossrulz,
05-22-2023 10:20 AM
Hi Ngouda,
@Ngouda wrote:
On my vi below I want to save the name of the control and its value (0 or 1) in a .txt file in this format: name of control= value of controls.I got an error trying to do this. Can you please check?
Which error do you got?
You know your 3 controls are booleans: why do you convert the control reference inside to loop to a string reference? Wouldn't it make sense to convert to a boolean reference???
05-22-2023 10:49 AM
Hi GerdW,
05-22-2023 11:21 AM - edited 05-22-2023 11:21 AM
I did some clean up of your code. I would highly recommend avoiding using references and searches, etc. Just use local variables to get your values.
05-22-2023 02:08 PM
Hi crossrulz,
Thank your very much for your help and for taking your time.
Your code is much simpler and less cumbersome, I like tool your suggestions.
Its work as I wanted it to, thanks again.
Best regards