What's New at CFLib.org?
- CalcPolygonArea
- Calculates the area of an irregular N-sided Polygon. (CF Version: 5)
-
- getStackTrace
- Gets the current stack trace, even if no error was thrown, and returns it in a query. (CF Version: MX)
-
- ZipFileNew
- Creates a zip file of a directory or just a file. (CF Version: MX)
-
- GetServerIP
- Gets the IP address of the server. (CF Version: 5)
-
- getWeekEnding
- Returns an array of dates with the week ending date of each week in the month. (CF Version: 5)
-
- ISOWeek
- Returns the weeknumber according to the ISO standard. (CF Version: 5)
-
- ListNew
- Creates a list from the passed arguments, skipping empty elements. (CF Version: 5)
-
- numTextListSort
- This function sorts a list that has numeric and text values. (CF Version: MX)
-
- xmlExtractList
- Extracts the text of named XML elements and returns it in a list. (CF Version: MX)
-
- xmlFormat2
- Similar to xmlFormat() but replaces all characters not on the "good" list as opposed to characters specifically on the "bad" list. (CF Version: 5)
-