BoneSkier Posted November 5, 2012 Share Posted November 5, 2012 It appears that something has changed in variable definitions, because one of my regression tests is now failing. I have a variable defined like this in my part program: global PageVariable(100); I was trying to set and check the zeroeth element of this array, but it appears that this no longer works: P349 = 1.23456; PageVariable(0) = P349; Link to comment Share on other sites More sharing options...
Sina.Sattari Posted November 5, 2012 Share Posted November 5, 2012 I just tried the following and it is working fine for me: and I only had the following line in the global definitions.pmh file: Power PMAC firmware Version: 1.5.8.0 Power PMAC IDE Version: 1.5.0.1 Link to comment Share on other sites More sharing options...
Recommended Posts