12.1 Script

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.

Â