Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

In ExcelWriter versions before 3.1, data source and field numbers were 0-based. If you upgraded from an earlier version, you may need to modify your code.

Data Marker Formats

Code

Database data marker

Code Block
%%=[DataSourceNameOrNumber.]FieldNameOrNumber[(modifier)|(modifier)]

Variable data marker

Code Block
%%=$DataSourceNameOrNumber[(modifier)|(modifier)]

One-Dimensional Array data marker

Code Block
%%=$DataSourceNameOrNumber[(modifier)|(modifier)]

Two-dimensional Array data marker

Code Block
%%=$DataSourceNameOrNumber.ColumnNameOrNumber[(modifier)|(modifier)]

...