<< Click to Display Table of Contents >> Use script for patron code |
![]() ![]() ![]() |
If enabled, a script is executed on patron identifier after it has been read, before sending it to library system. This allows removing or adding characters in patron identifiers, such as check digits for example.
CardScript will always be under the Librid program folder, and named CardScript.cs . It is C# .NET code, and can use all available features such as variables, methods and classes, freely. This script is compiled at Librid startup, and any errors are only caught at that point.
For more information about scripting, see section Scripting .