Functions in order of    date added  function name  comments  rating

xmlTagN.valuePosEnd ( N ; xml ; name )

search position of the corresponding end tag for the N-th start tag with the given name result is the position of the last character bevor the searched end tag

    By konrad   (0 comments Posted 12 December 2009   Rating:  unrated

#WindowExists ( _WinName )

Returns true if specified window name exists.

    By Bill Doerrfeld   (0 comments Posted 2 February 2009   Rating:  unrated

After ( _include_boolean ; _occurrence ; _searchString ; _text )

extracts the end of a text, based on a search string and an occurrence number

    By Fabrice   (1 comments Posted 24 November 2008   Rating:  3.5

AllowInputInAutoEnter ( _triggers ; _self ; _value )

Use in reevaluating auto-enter calculations to allow the user to input something in the field without it to re-evaluate and erase the user entered value. No need to hard code the field name anymore!

    By Fabrice   (6 comments Posted 27 February 2009   Rating:  4.0

array.cellValueByColNum ( delimiter ; column ; rowName ; array )

A function to return the cell value from an array by specifying the row name and column number.

    By TimA   (0 comments Posted 6 January 2009   Rating:  5.0

array.cellValueByColTitle ( array ; rowName ; column ; delimiter ; useTitle )

A function to return the cell value from an array by specifying the row name and column title.

    By TimA   (0 comments Posted 6 January 2009   Rating:  5.0

array.value ( delimiter ; column ; rowName ; array )

A function to return the column value from an array by specifying the row name

    By TimA   (0 comments Posted 5 January 2009   Rating:  5.0

BarGraph ( maxValue ; numList )

Shows a bar-graph for a list of numbers.

    By The Shadow   (6 comments Posted 9 December 2008   Rating:  5.0

BarOnly ( amount ; maxValue ; color )

Part of a bar-graph function. The bar length is determined as a percentage of the max value, with each block being 5%.

    By The Shadow   (0 comments Posted 9 December 2008   Rating:  unrated

Before ( _occurrence ; _searchString ; _include_boolean ; _text )

extracts the beginning of a text, based on a search string and an occurrence number

    By Fabrice   (0 comments Posted 24 November 2008   Rating:  3.3

Between ( _occurrence2 ; _include2_boolean ; _searchString2 ; _include1_boolean ; _occurrence1 ; _searchString1 ; _text )

extracts the middle of a text in between delimiters, based on a search strings and an occurrence numbers

    By Fabrice   (4 comments Posted 30 November 2008   Rating:  3.0

BetweenNext ( _searchString2 ; _occurrence2 ; _include2_boolean ; _occurrence1 ; _include1_boolean ; _searchString1 ; _text )

extracts the middle of a text in between delimiters, based on a search strings and an occurrence numbers

    By Fabrice   (2 comments Posted 28 November 2008   Rating:  4.0

Byte Converter ( bytes )

Converts bytes integer into readable form.

    By Delta Tango   (2 comments Posted 8 March 2009   Rating:  unrated

CalculateEndDate ( startDate ; days ; wkEnds )

Calculates the end of a date range, given the start date and the number of days in the range. Allows to specify only business days as the number of days, calculating the weekends on it's own. NOT Recursive.

    By Steve Allen   (0 comments Posted 9 June 2010   Rating:  unrated

cfCode128 ( pString ; pCodeSet )

composes the final Code128 of symbology A,B or C from a given alphanumeric string.

    By Tammo Fornalik / Felix Hausberner   (0 comments Posted 12 January 2009   Rating:  unrated

 

« Previous 1 2 3 4 5 6 7 8 ... 11 12 Next »

 

 

 

 

 

 

Top Tags

Text Parsing  (24)
List  (20)
XML  (15)
Date  (14)
Format  (14)
Debug  (12)
Layout  (11)
Variables  (10)

 

Filter  (9)
Interface  (8)
Layout Objects  (6)
ValueIterator  (6)
Recursive  (6)
Dev  (5)
Text  (5)
Number  (5)