Jump to content
OMRON Forums

"global" variable definition - index of 0


BoneSkier

Recommended Posts

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

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

Guest
This topic is now closed to further replies.

×
×
  • Create New...