Knowledge Base
Website
  • Knowledge Base
    • Time Sync
    • Licensing
  • Checklists
  • Scripting
    • Types
    • Differences
    • How to begin
    • Functions
      • Built-in Functions
      • Custom Standard Functions
        • ALGE-Timing D-Line/GAZ
    • Common Mistakes
Powered by GitBook
On this page
  1. Scripting

Differences

Casing

Different than stated in the scriban docs, scripts used in dbnetsoft software products do not change the casing of variables or functions. Even more, you can use string.ends_withor string.EndsWith, whereas the later is preferred as it means the declaration of the method is not touched.

PreviousTypesNextHow to begin

Last updated 1 month ago