[Toc][Index]

Initializing compound variables


The initialization of a compound variable with stemName. = "" only works 
for the first level of the compound variable. 
Example: 

 

  stemVar. = ""
  /* ok                                 */

  stemVar.ebene1. = ""
  /* won't work as expected             */

  

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