06-28-2011 04:58 AM
Hello,
how can i set with onl one statement an numeric-array to a special value?
Somethin like: StationGlobals.Dummy[0..50] = 12
Thanks for help
06-28-2011 05:55 AM
Hi,
I had almost the same question,
Take a look to this sloved thread
http://forums.ni.com/t5/NI-TestStand/Loop-in-a-Pre-Expression/m-p/839636#M22786
Regards
Juergen
06-28-2011 07:31 AM
Thanks for the link, uut i only want to set it i a simple statement. How can i do this?
06-29-2011 12:35 PM
Hi OnlyOne,
type in the Expression
FileGlobals.FileGlobal = {12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12}
it´s not so nice but it also works.