Excellent - congrats Les and Martijn - ok - so are there any ground rules we should apply to this forum ? 1. Obviously no frivilous posting (and I imagine Martijn has special access to delete off-topic posts ?]
2. One UDF per post ?
3. Should we devise a standard description banner for UDF scripts (I think CJ came up with one) here's a scriptlogic example:
quote:
Action
Returns a verbose representation of a specific date. Example: "April 1st, 2001".
Syntax
VERBOSEDATE ("date")
Parameters
Date must be in the form of "YYYY/MM/DD"
Remarks
Easily internationalized, simply by manipulating
the elements of the $MonthNames array within the function.
Returns
A verbose representation (string) of the date passed to this function.
Dependencies
Ordinal( )
Example
?"Good day, Welcome to the ACME Network."
?"Today is "+verbosedate(@Date)
Source[the code]
4. Constructive critizisms allowed and Author ammendments reposted to first post in thread ?
I'm sure there's more informal guidelines we can all follow - any thoughts gentlemen ?
5. Do we need a standard post topic format -like :
UDF: DateMath() - Does some funky date math
-Shawn
[ 08 November 2001: Message edited by: Shawn ]