miike110
Mechanical
- Sep 24, 2019
- 2
thread561-221594
How do you print whatever is inside the entity?
print/myEntity(index) doesn't work
I am trying to debug a .grs program which calls several other .grs programs into memory.
One of the arguments passed into the .grs file that I am attempting to debug is myEntity.
There is a part in the program where a variable is set to a point/&spoint(myEntity(index))
I'd like to access whatever is being passed into the &spoint (start point) in order to make sure the correct data is in there.
Thank you!
How do you print whatever is inside the entity?
print/myEntity(index) doesn't work
I am trying to debug a .grs program which calls several other .grs programs into memory.
One of the arguments passed into the .grs file that I am attempting to debug is myEntity.
There is a part in the program where a variable is set to a point/&spoint(myEntity(index))
I'd like to access whatever is being passed into the &spoint (start point) in order to make sure the correct data is in there.
Thank you!