Variables types - Creating Boolean global variable problem

Hello, I would like to know how can I create a “boolean” global variable, because Servoy only “allows” me five specific types: TEXT, INTEGER, NUMBER, DATETIME, MEDIA (Solution explorer…solution “x”…globals…variables…create variable). Same case with arrays and objects variable.

Thanks, José

For a boolean you should create a variable of type integer.
For arrays and objects you should use the type media.

Thats answer my question. Thanks for the instant reply Joas.

Good luck