Indirect addressing by writing the name of the point in a string

Hello.
I am trying to do indirect addressing by writing the name of the point in a string:

I write the name of the point in a string variable

Tmp_String = “P_prise1”

I write the value of P_prise1 indirectly

Tmp_String = p [0.1, 0.2, 0.3, 3.14, 0.0, 0.0]


Bonjour.
Je cherche à faire de l’adressage indirect en écrivant le nom du point dans un string :

j’écrit le nom du point dans une variable string

Tmp_String = “P_prise1”

j’écrit la valeur de P_prise1 indirectement

Tmp_String = p[0.1, 0.2, 0.3, 3.14, 0.0, 0.0]