Hi All,

Sorry folks not even sure how to explain this one.
The following is dummy code to try and solve an issue I have.

I'm trying to refer to a variable using a different variables value to set the variable name.

POS1=20
VC20=123.4

PXM=VC[POS1]


Does PXM Equal 123.4?

in Fanuc you use ##

Thanks