In my case, "index" is being declared as a number type, yet I don't see it being set to anything.
It is referenced several times in Program Loops where:
do/LOOP1:,index,1,total_index
Anyways,
There is a line in .grs code that creates a point using an element from within the Entity array...
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...