Jump to content

YML AutoIt


RaiNote
 Share

Recommended Posts

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

 

Link to comment
Share on other sites

OKAY!

..

Maybe i will do it :P we will see~

This would be then my first UDF which i would maybe set online~

Edited 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~

 

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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