Jump to content

Recommended Posts

Posted (edited)

Got bored today, while working on my au3unit project, and made this class-ish solution with functions, variables and maps.

Maybe someone will use it 😜

 


 

Features:

  • public class properties
  • public static class properties
  • public methods
  • public static methods
  • class Inheritance

 


 

Repository: https://github.com/genius257/au3-functional-class

ZIP download: https://github.com/genius257/au3-functional-class/archive/8503c876f65cb0cf339a324d0483d588a63eb4df.zip

Online example file: https://github.com/genius257/au3-functional-class/blob/8503c876f65cb0cf339a324d0483d588a63eb4df/example.au3

 

Enjoy 😀

Edited by genius257
Added feature list
Posted (edited)

Thanks for the enlightenment. :)

However, I wanted to inform you.
I get an error.:
\src\class.au3"(24,38) : warning: $__Class_Classes: possibly used before declaration.

I had to move the
Global $__Class_Classes[]
to the top of class.au3, below the #include-once

Edited by ioa747

I know that I know nothing

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...