Changes between Version 22 and Version 23 of Doc/panc/dml/functions


Ignore:
Timestamp:
Aug 6, 2007, 9:50:30 PM (17 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Charles Loomis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/panc/dml/functions

    v22 v23  
    195195=== format( format_string:string, arg:property, ... ) : string ===
    196196
    197 This function will created a formatted string from the given arguments.  This is implemented via the java format syntax; see the [http://java.sun.com/j2se/1.5.0/docs/api/java/util/Formatter.html java.util.Formatter] description for complete details of the syntax.
     197This function will created a formatted string from the given arguments.  This is implemented via the java format syntax; see the [http://java.sun.com/j2se/1.5.0/docs/api/java/util/Formatter.html java.util.Formatter] description for complete details of the syntax. (Available in version 8 and later.)
    198198
    199199=== hash( ... ) : nlist ===