Announcement

Collapse
No announcement yet.

EFS Support for Data Structures

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • EFS Support for Data Structures

    All, does anyone know if there are plans to support complex data structures in EFS such that a multi-dimensional array with meaningful vector names can be used e.g. Pivots.Quarterly[row_ptr], Pivots.Monthly[row_ptr]? Currently what I see is that only one dimension arrays are supported and you have to track multiple arrays for related data unless you declare a multi-dimension array and keep notes on which column is mapped to a given parameter.

    Regards
    Andrew Gray

  • #2
    You can create multidimensional arrays in efs scripts.
    Do a google search for "javascript multidimensional array" and you will find many examples.

    Wayne

    Comment

    Working...
    X