UOBuildTableFromCSV( filePath, tableName )

  • Details last confirmed with client version: 4.0.0.0
  • Arguments:
    • filePath
      • The path to the file to create the table from.
      • Type: String
      • Limitations: Seems be restricted to only loading UO data files
    • tableName
      • The name indicating where to store the data (Put in WindowData.<value of tableName here>; if tableName = "data", table stored as WindowData.data)
      • Type: String
  • See Also: