Setting.getString

returns str item by index of array or map

  1. string getString(int index, string defValue)
    class Setting
    string
    getString
    (
    int index
    ,
    string defValue = null
    )
  2. string getString(string key, string defValue)

Meta