Script editor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Script editor

Previous pageReturn to chapter overview

Script editor can be used to write custom functions of formatting or manipulating Data values in receipt lines. Script language is C#. Functions have a few restrictions:

last parameter must be of type string

return value must be string

public & static

Script editor

Script editor