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