What's New at CFLib.org?
- IsInt
- Checks to see if a var is an integer.
- ListMid
- A Mid() function for lists. Returns n elements starting at the specified start position.
- QualitativeDate
- Qualitative description of a date.
- TranslateFutureMonth
- Handles commodity month translation tasks.
- vCal
- Produces output used by the vCalendar standard for PIM's (such as Outlook).
- WriteCalendar
- Produces a Calendar for a given month and year.
- CounterMinusMinus
- Simulate the c functionality of i--.
- CounterPlusPlus
- Simulate the c functionality of i++.
- FullLeft
- An enhanced version of left() that doesn't cut words off in the middle.
- MinusMinusCounter
- Simulate the c functionality of --i.
- PlusPlusCounter
- Simulate the c functionality of ++i.
- Abort
- Mimics the CFABORT tag.
- ArrayDefinedAt
- Returns true if a specified array position is defined.
- ClientLocale
- Attempts to deduce the visitor's locale.
- CompoundInterest
- Calculate the compound interest after n years.
- ConvertLength
- Convert bewteen standard and metric lengths.
- Decimal2Sexagesimal
- Converts a decimal Lat/Long coordinate into sexagesimal (degrees, minutes, seconds).
- DeepStructCount
- Counts the number of keys in a structure of structures.
- DirectoryCreate
- Mimics the cfdirectory, action="create" command.
- DirectoryDelete
- Mimics the CFDIRECTORY tag, action="delete" command.
- DirectoryList
- Mimics the CFDIRECTORY, action="list" command.
- DirectoryRename
- Mimics the CFDIRECTORY, action="rename" command.
- DiscountingInterest
- Calculate the actual value of an amount by discounting the interest over n years.
- Dump
- Mimics the CFDUMP tag.
- DumpVar
- Displays contents of any data type except WDDX.
- Execute
- Mimics the CFEXECUTE tag.
- FileAppend
- Mimics the CFFILE, action="append" command.
- FileCopy
- Mimics the CFFILE, action="copy" command.
- FileDelete
- Mimics the CFFILE, action="delete" command.
- FileInfo
- Returns information about a file.
- FileMove
- Mimics the CFFILE, action="move" command.
- FileWrite
- Mimics the CFFILE, action="write" command.
- GeneratePassword
- Generates a password the length you specify.
- Include
- Mimics the CFINCLUDE tag.
- IsApplicationVarEnabled
- Returns true if application variables are enabled.
- IsLoggedIn
- Returns true if user is authenticated.
- IsSafeArray
- Returns true if all positions in an array are defined.
- IsSessionVarEnabled
- Returns true if session variables are enabled.
- ListDeleteLeft
- Deletes the n leftmost elements from the specified list.
- ListDeleteMid
- Deletes n elements starting at the specified start position.
- ListDeleteRange
- This function deletes a range of items from a list.
- ListDeleteRight
- Deletes the n rightmost elements from the specified list.
- ListLeft
- A Left() function for lists. Returns the n leftmost elements from the specified list.
- ListRight
- A Right() function for lists. Returns the n rightmost elements from the specified list.
- Location
- Mimics the cflocation tag.
- QuerySort
- Sorts a query using Query of Query.
- SubmitButton
- Create a simple submit button by providing name, value, class, width, and onClick.
- TypeOf
- Returns the type of the value.
- WAPSafe
- Returns a WAP safe string.
- WDDXDeserialize
- Allows for deserialization of WDDX data.
- WDDXSerialize
- Allows for serialization to WDDX.