Changes between Version 20 and Version 21 of Doc/panc/dml/functions


Ignore:
Timestamp:
Aug 6, 2007, 9:47:04 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

    v20 v21  
    192192# keys will be ("a", "b", "c")
    193193}}}
     194
     195=== format( format_string:string, arg:property, ... ) : string ===
     196
     197This function will created a formatted string from the given arguments.  This is implemented via the java format syntax; see the java.util.Formatter [http://java.sun.com/j2se/1.5.0/docs/api/java/util/Formatter.html] description for complete details of the syntax.
    194198
    195199=== hash( ... ) : nlist ===