Introduction to add-ins and GN4 scripts

Build 1501 on 14/Nov/2017  This topic last edited on: 21/Mar/2016, at 18:34

GN4 is scriptable software, that allows you to change the behaviour and the look & feel of GN4 applications, without affecting the main programming core.

GN4 uses VB.Net as the scripting language. It provides direct control of scriptable GN4 applications. A scriptable application is one that can respond to a variety of actions and events by performing operations or supplying data. Moreover you can write scripts that automate operations with multiple GN4 applications.

You can use GN4 scripts to add new features to a GN4 application, to change the way an existing feature behaves, and to provide an automation of repetitive tasks or complex workflows.

GN4 scripts fully support Unicode text and 64-bit platforms, intensive math operations and lengthy text processing, user interface elements, events and native GN4 and VB.Net commands.

Click to toggle expandBasic actions and GN4 scripts
Click to toggle expandBasic events
Click to toggle expandGN4 Scripts
Click to toggle expandDifference between scripts and commands
Click to toggle expandModifying script behavior

See also

Differences between GN4 and GN3 scripting

Converting GN3 code to GN4 code