You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`for a := 0 to BlockInfo.Proc.ProcVars.Count -1 do
begin
if TPSVar(BlockInfo.Proc.ProcVars.Items[a]).Name = FParser.GetToken then
begin
// from here how can I get variable value ?? please help thanks
end;
end;`
The text was updated successfully, but these errors were encountered:
`for a := 0 to BlockInfo.Proc.ProcVars.Count -1 do
begin
if TPSVar(BlockInfo.Proc.ProcVars.Items[a]).Name = FParser.GetToken then
begin
// from here how can I get variable value ?? please help thanks
end;
end;`
The text was updated successfully, but these errors were encountered: