Introduction to StringList
Welcome to the List utility library for Actionscript 3 project homepage.
Current version: Version 1.1 (Jan 9, 08)
The StringList library is a collection of utility methods for ActionScript 3. Based on the ColdFusion list functions, this library allows you to quickly and easily manipulate lists.
What StringList does
Most current list methods from ColdFusion (excluding some ColdFusion specific ones, like valueList()) are included. Check out the Live Docs for a list.
What's to come
- Any requests?
Version History
- First Release
- Fixed a bug in listAppend that caused an empty element to appear at the beginning of the list.
- Added methods listSort(), listDistinct(), listMid(), listReverse(), listDeleteEmptyElements() and listFillEmptyElements()
(Thanks Webapper crew for the suggestions!) - Added constants for methods that needed them.
- Expanded ASDocs to include examples.
1.0
1.1