Access Variable By Name

Is anyone aware of a solution to access variables or structures by name? i.e. if you have a string with the variable name, to somehow get the address of that variable ( say it is a global) and access it with a pointer.

sys_lib’s PV_xgetadr is supported for SG4.

1 Like

Thanks Tyler! That looks like it will work.