Function
EN
Version 5.00
@GetVarByVPR
System
Syntax
@GetVarByVPR(VPR);
Description
For the VPR (Variable Pointer Reference) of a variable, returns the content of the variable being referenced.
Example: @GetVarByVPR(VPR);
Test:="Text Var Inhalt";
VPR:=@GetVarVPR(Test);
Ret:=@GetVarByVPR(VPR);
In this case, the variable Ret of the Inhalt to the variable Test ("Text Var Inhalt") is assigned.
Note : This text was machine-translated and may contain inaccuracies.
