Hi,
I looked a lot of places and did some tests and I can not understand how I can access a value in an array. I talk of something in KQ5CD, trying to advance a bit more.
We have the proc762_1, which I have modified a bit, adding two variables (I don't need them, but help for making tests):
Ok, the problem is that I want to get the variable index 1 (93) and index 2 (46) of the array param1 into dX and dY variables. The original array is (local164 in this case as example):
And the calling of the procedure is:
I need to get that 93 and 46, and I thought I was accessing correctly the variables. But it is giving me problems because I didn't get the expected result. If I put in dX and dY directly 93 and 46 it works well.
What am I doing wrong?