add FormatNumberAndSuffix

This commit is contained in:
AJ Kelly
2007-08-05 00:39:23 +00:00
parent 1563180638
commit 9fe3104d50
+3
View File
@@ -10,6 +10,9 @@
<Function name='Basename' return='string' arguments='path'>
Returns the base name of file path.
</Function>
<Function name='FormatNumberAndSuffix' return='string' arguments='integer'>
Returns the number passed to the function followed by its suffix (&quot;th&quot;, &quot;nd&quot;, and so on).
</Function>
</GlobalFunctions>
<!-- Classes -->