The OpenD Programming Language

structToTable

implements the "table" format option. Works on structs and associative arrays (stringstring[])

  1. Table structToTable(Document document, T arr, string[] fieldsToSkip)
    structToTable
    (
    T
    )
    (,
    T arr
    ,
    string[] fieldsToSkip = null
    )
  2. Table structToTable(Document document, T s, string[] fieldsToSkip)

Meta