Jump to content

Multiple args


Recommended Posts

Im creating a tab

Global $Tab1 = GUICtrlCreateTab(30, 30, 600, 420, $TCS_BUTTONS, -1)

And what we see in the function reference:

https://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateTab.htm

GUICtrlCreateTab ( left, top [, width [, height [, style = -1 [, exStyle = -1]]]] )

ok in 5 arg I got $TCS_BUTTONS

But How can I use multiple args like this below

Global $Tab1 = GUICtrlCreateTab(30, 30, 600, 420, [$TCS_BUTTONS, $TCS_MULTILINE], -1)

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...