Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Scripts in Xpanel use a programming language that is very similar to the C programming language. Within scripts, the user can use variables, call other programs, etc. Also, XpanelDesigner provides keywords for flow control such as Switch-Case, For, While, If-Else, and GoTo.

The programs are executed in a multi-threaded environment. Each program is assigned a priority level between 1 and 10.

  • No labels