Jump to content

AML - Similar to INI files


Guest
 Share

Recommended Posts

Antop Markup Language

A UDF to read or write text with multiple lines plus large data. Has similar functions as INI files. I made this because the INI built in AutoIt is limited and I needed it in my other project called Setup Fusion. This UDF does not require any includes or dlls.

Functions List:

AML_Write_Section

AML_Rename_Section

AML_Delete_Section

AML_Read_Key

AML_Read_Key_FromString

AML_Write_Key

AML_Delete_Key

AML Example:

[AutoItX]
<Copyright>©1999-2010 Jonathan Bennett & AutoIt Team</Copyright>
<MultipleLine>Hi
This is Antop Markup Language v1.0
A UDF to read or write text with multiple lines plus large data.</MultipleLine>
[/AutoItX]

[Antop]
<Aml>v1.0</Aml>
[/Antop]

AML UDF.zip

Edited by Guest
Link to comment
Share on other sites

Rated 1 star because of poor thread description, poor code and poor idea. There are several standards (XML, JSON, YAML) that are better in every way.

I only did this because there is no support for XML built in AutoIt but uses windows instead by creating COM object, otherwise I would not have made this.

Edited by Guest
Link to comment
Share on other sites

I'll give you another star for putting some effort in, though clearly you need to do more research, and take more time with your descriptions.

Good coding takes time & effort, so don't give up ... just work harder at it!

Make sure brain is in gear before opening mouth!
Remember, what is not said, can be just as important as what is said.

Spoiler

What is the Secret Key? Life is like a Donut

If I put effort into communication, I expect you to read properly & fully, or just not comment.
Ignoring those who try to divert conversation with irrelevancies.
If I'm intent on insulting you or being rude, I will be obvious, not ambiguous about it.
I'm only big and bad, to those who have an over-active imagination.

I may have the Artistic Liesense ;) to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage)

userbar.png

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