genius257 Posted Saturday at 11:24 PM Posted Saturday at 11:24 PM (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 Monday at 07:29 PM by genius257 Added feature list ioa747 and junkew 2 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 Sunday at 08:21 AM Posted Sunday at 08:21 AM (edited) Thanks for the enlightenment. Spoiler However, I wanted to inform you. I get a warning: \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 1 hour ago by ioa747 I know that I know nothing
genius257 Posted Sunday at 01:03 PM Author Posted Sunday at 01:03 PM 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