NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

statement step not writing to local variable

Solved!
Go to solution

i have a 2 local variables that are of custom data type, a container with 2 u64 numbers i am trying to assign numbers to these variables using the statement step but the variables do not get changed, here is my statement:

Locals.excelStartColRow.Column == 1ui64,
Locals.excelEndColRow.Column == 3ui64

 

i do not get any errors but the values do not get updated so the VI i use these variables with fails, any ideas?

0 Kudos
Message 1 of 3
(3,720 Views)
Solution
Accepted by topic author at2bob

== is a comparison.  You want set a value, which is =


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 3
(3,716 Views)

thanks, fixed my issue, newbie mistake

0 Kudos
Message 3 of 3
(3,714 Views)