Uploaded image for project: 'DOC - Documentation'
  1. DOC - Documentation
  2. DOC-30

The example in the description for variable_set.names is wrong

    XMLWordPrintable

Details

    Description

      Current situation
      The example for the method names in the object variable_set is wrong.

      var names = variable_set.names.split( ";" );
      for( var i in names )  spooler_log.info( names[i] + "=" + variable_set( names[i] ) );
      

      Desired behaviour
      The example should be

      var names = variable_set.names.split( ";" );
      for( var i in names )  spooler_log.info( names[i] + "=" + variable_set.value( names[i] ) );
      

      Attachments

        Activity

          People

            aa Alan Amos
            ur Uwe Risse
            Alan Amos Alan Amos
            Santiago Aucejo Petzoldt Santiago Aucejo Petzoldt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: