Microsoft Word Suite
264
Command: get international information
Returns information about the current international settings.
Syntax
get international information enumeration Required. Specifies a single item to be returned. Can
be one of the following:
Constant
Description
twenty four hour
clock
Returns true if you're using 24-hour time; returns false if you're using 12-
hour time.
currency code
Returns the currency symbol ($ in U.S. English).
date separator
Returns the date separator (/ in U.S. English).
decimal separator
Returns the decimal separator (. in U.S. English).
international am
Returns the string used to indicate morning hours (for example, 10 AM).
international pm
Returns the string used to indicate afternoon and evening hours (for
example, 2 PM).
list separator
Returns the list separator (, in U.S. English).
product language ID Returns the language version of Word.
thousands separator
Returns the thousands separator (, in U.S. English).
time separator
Returns the time separator (: in U.S. English).
Example
This example displays the currency format in the status bar.
set status bar to "Currency Format: " & get international information ¬
currency
code
Command: get keys bound to
Returns a list of key binding objects that represents all the key combinations assigned to the
specified item.
Syntax
get keys bound to
key category enumeration Required. The category of the key combination. Can be one of the
following: key category nil, key category disable, key category auto text, key category
command, key category font, key category macro, key category style, key category prefix, or
key category symbol.
command Unicode text Required. The name of the command.