Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/08/14 14:18:41 (10 years ago)
Author:
pfleck
Message:

#2209

  • Added Indexer to Variables for string based access to variables.
  • Updated CSharpScropt code template
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Scripting/3.3/CSharpScript.cs

    r11058 r11135  
    3838      get {
    3939        return @"// use 'vars' to access variables in the script's variable store (e.g. vars.x = 5)
     40// use 'vars[string]' to access variables via runtime strings (e.g. vars[""x""] = 5)
    4041// use 'vars.Contains(string)' to check if a variable exists
    4142// use 'vars.Clear()' to remove all variables
Note: See TracChangeset for help on using the changeset viewer.