add FormatNumberAndSuffix
This commit is contained in:
@@ -10,6 +10,9 @@
|
|||||||
<Function name='Basename' return='string' arguments='path'>
|
<Function name='Basename' return='string' arguments='path'>
|
||||||
Returns the base name of file path.
|
Returns the base name of file path.
|
||||||
</Function>
|
</Function>
|
||||||
|
<Function name='FormatNumberAndSuffix' return='string' arguments='integer'>
|
||||||
|
Returns the number passed to the function followed by its suffix ("th", "nd", and so on).
|
||||||
|
</Function>
|
||||||
</GlobalFunctions>
|
</GlobalFunctions>
|
||||||
|
|
||||||
<!-- Classes -->
|
<!-- Classes -->
|
||||||
|
|||||||
Reference in New Issue
Block a user