Dear,

The Scriptlogic site has restyle the functionlib page. Also
the related address are modified. In some situation functions are removed
f.e. Trim which was incorporated in latest KiXtart releases.

A very new facility is: Scriptlogic can mail you all required functions in KiXtart format
Example for Abs is:

code:

;--[ Function: Abs() ]----------(last revised: 2001/12/11)-
;
;
;- Action:
;
; Mathematical absolute value.
;
;
;- Syntax:
;
; ABS (Expression)
;
;
;- Parameters:
;
; Expression (Required / String)
; a number or numerical expression.
;
;
;- Remarks:
;
; None
;
;
;- Returns:
;
; Returns the absolute value of the expression.
;
;
;- Example:
;
; $result=abs(-3)
;
; $x=10*10-145
; $result=abs($x)
;
;

function abs($Expr)
;returns the absolute value of a number
$Expr=0+$Expr
if $Expr<0
$Expr=-1*$Expr
endif
$abs=$Expr
endfunction


Based on this new input we have also update our program for creation
the right information for you. You can read now, which functions are
new or updated.
Next reaction will contain an example of latest update.
greetings.

btw: related addresses
http://home.wanadoo.nl/scripting/specials/kix-udf2.htm (= html page with direct function links)
http://home.wanadoo.nl/scripting/specials/kix-udf2.txt (= plain text)

[ 27 February 2002: Message edited by: MCA ]

_________________________
email scripting@wanadoo.nl homepage scripting@wanadoo.nl | Links | Summary of Site Site KiXforms FAQ kixtart.org library collection mirror MCA | FAQ & UDF help file UDF kixtart.org library collection mirror MCA | mirror USA | mirror europe UDF scriptlogic library collection UDFs | mirror MCA