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             */


[Back: Using "open" compound variables]
[Next: Using compound variables]