RaiNote Posted September 6, 2015 Posted September 6, 2015 (edited) Hi,a Little question is it possible to use YML instead of XML within AutoIt?I know YML should be standardly for Java but i would like to use it within AutoIt because it is easier to handle for me ;3#YML Example# Test: Something: #String mussn't be with ' it can also be with "# StringGUI: 'My GUI Name' SleepConfig1: #This would use only seconds# TimeMode: 'seconds' seconds: 30 minutes: 1 hour: 0 SleepConfig2: #This would use Seconds and Minutes# TimeMode: 'seconds;minute' seconds: 30 minutes: 1 hour: 0 Edited September 6, 2015 by RaiNote C++/AutoIt/OpenGL Easy Coder I will be Kind to you and try to help you till what you want isn't against the Forum Rules~
Danyfirex Posted September 6, 2015 Posted September 6, 2015 Yes. write your own UDF. Saludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut
RaiNote Posted September 6, 2015 Author Posted September 6, 2015 (edited) OKAY!..Maybe i will do it we will see~This would be then my first UDF which i would maybe set online~ Edited September 6, 2015 by RaiNote C++/AutoIt/OpenGL Easy Coder I will be Kind to you and try to help you till what you want isn't against the Forum Rules~
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