Click to return to the XML (Extensible Markup Language) home page    
XTLRuntime formatDate Met...     XTLRuntime formatNumber M...     XTLRuntime Object    
Web Workshop  |  XML (Extensible Markup Language)

formatIndex Method


Formats the supplied integer using the specified numerical system.

Syntax

formatIndex(lIndex, bstrFormat)

Parameters

lIndex
Long integer. Integer value that is to be converted.
bstrFormat
String. Specified numbering system. The following formats are supported:
1
Standard numbering system
01
Standard numbering with leading zeroes
A
Uppercase sequence: A-Z, AA-ZZ
a
Lowercase sequence: a-z, aa-zz
I
Uppercase Roman numerals: I, II, III, IV, ...
i
Lowercase Roman numerals: i, ii, iii, iv, ...

Returns

String. Returns the integer value formatted using the specified numbering system.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
XTLRuntime


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.