genius257 Posted 16 hours ago Posted 16 hours ago (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 😜 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 3 hours ago by genius257 upodated permalinks ioa747 1 To show your appreciation My highlighted topics: AutoIt Package Manager, AutoItObject Pure AutoIt, AutoIt extension for Visual Studio Code Github: AutoIt HTTP Server, AutoIt HTML Parser Â
ioa747 Posted 7 hours ago Posted 7 hours ago (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 7 hours ago by ioa747 I know that I know nothing
genius257 Posted 3 hours ago Author Posted 3 hours ago Hi @ioa747Â , thanks for the heads up I have updated the code with the change like you mentioned, to get rid of the warning. ioa747 1 To show your appreciation My highlighted topics: AutoIt Package Manager, AutoItObject Pure AutoIt, AutoIt extension for Visual Studio Code Github: AutoIt HTTP Server, AutoIt HTML Parser Â
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now