Jump to content

Override UDF variables


Go to solution Solved by JohnOne,

Recommended Posts

Posted

I'm wondering if there is any way to override variables from a UDF without modding the UDF itself? The reason I ask, is because I use the Array UDF quite a bit, but for a specific script, I'd like to make the Array display box narrower. I took a look at the Array.au3 script and found this:

Local $iOrgWidth = 210, $iHeight = 200, $iMinSize = 250

before it creates the array display Gui and I'm wondering if there is a way to override those variables for a specific array without modding the core array script.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...