[Toc][Index]

Check if a compound variable is defined





 
/* check if a compound variable is defined                            */
/* note: the variable "varPart" contains the name of the tail         */

  if symbol( "thisStem" || VALUE( varPart ) ) <> "VAR" then
    say "The Variable thisStem." || varPart || " is not defined"

  

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995
Peter Childs