Jump to content

Delimited string library


andyswarbs
 Share

Recommended Posts

#Region Doc:

#Region Doc: Notes

; Provides "delimited list" support which is so, so useful to Au3 features such as GuiCtrlListView and almost every aspect of Au3 life.

; Au3 build 3.1.1.109 or better.

; This library is one of a suite of extensions to Au3.

#EndRegion Doc: Notes

#Region Doc: Requirements

; Au3 build 3.1.1.109 or better.

; <array.au3>

#EndRegion Doc: Requirements

#Region Doc: History

; 19-Feb-03 Als Updated _DelimListReplaceItem with a bugfix.

; 19-Feb-06 Als Renamed _DelimSplit to _DelimListSplit

; 19-Feb-06 Als Updated _DelimListSplit with optional delimiter argument, defaulting to GUIDataSeparatorChar.

; 19-Feb-06 Als Added _DelimListSort

; 18-Feb-06 Als Updated _DelimListGetIndex by adding optional case-sensitivity argument (defaulting to case-insensitive).

; 05-Feb-06 Als Added _DelimListSplit

#EndRegion Doc: History

#Region Doc: FunctionList

; _DelimListGetIndex Returns the index position of one string in a delimited string.

; _DelimListGetText Returns the text at an index position in a delimited string.

; _DelimListPadDelims Ensures that there are at least a certain number of delimiters in a string

; _DelimListReplaceItem Replaces a subitem in a string, such as one used in a ListView using StringReplaceby searching for the substring

; _DelimListSetItem Replaces a subitem in a string, such as one used in a ListView by occurence of delimiters in the string.

; _DelimListSort Returns a delimited list in sorted order

; _DelimListSplit Splits a delimted list into left and right at the specified occurence of delimter.

#EndRegion Doc: FunctionList

#EndRegion Doc:

PopG_Delim.au3 Previous downloads=22, last update 19-Feb-03

Edited by andyswarbs
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...