panelp()
From Wiki077
float panelp(string path, string varname)
Returns a panel value from a component. This is the passive version of panel() which does not cook the component first. Use this to avoid infinite recursion dependencies.
Examples
panelp("/button1", "state")
panelp("/field1", "field")
