This is an old revision of the document!


PHP's gd library is missing or unable to create PNG images

Table Filename Type

A Table Filename is a filename referring to a table file on disk. If no path is given, the file is located relative to the model script. The only valid extension is .csv.

GUI Editor

Invalid Link
Graphical representation of the table filename editor

The table filename editor presents a file browser for selecting the target table file, or typing its path directly.

EGO Script

A Table Filename constant is written in EGO Script the same way as a String literal, enclosed in double quotes — see Constants for the general filename validation rules:

"c:/data/population.csv"

Automatic Conversions

See Type System for the complete conversion reference across all types.