GT.M Utilities Summary |
|
UTILITY NAME |
DESCRIPTION |
%D |
Displays the current date in [d]d-mmm-[yy]yy format. |
%DATE |
Converts input date to the $HOROLOG format. |
%DH |
Converts decimal numbers to hexadecimal. |
%DO |
Converts decimal numbers to octal. |
%EXP |
Raises one number to the power of another number. |
%FL |
Lists comment lines at the beginning of the source programs. |
%FREECNT |
Displays the number of free blocks in the database files associated with the current global directory. |
%G |
Displays global variables and their values. |
%GBLDEF |
Manipulates the collation sequence assigned to a global. |
%GC |
Copies a global or global sub-tree. |
%GCE |
Replaces a specified value or part of a value in a set of global variables. |
%GD |
Displays existing globals in the current global directory without displaying their values or descendants. |
%GED |
Provides full-screen editing capabilities for global variables and values. |
%GSE |
Displays global variables and their values when the values contain a specified string or number. |
%GSEL |
Selects globals by name. |
%H |
Converts date and time to and from $HOROLOG format. |
%HD |
Converts hexadecimal numbers to decimal. |
%HO |
Converts hexadecimal numbers to octal. |
%LCASE |
Converts a string to all lower case. |
%OD |
Converts octal numbers to decimal. |
%OH |
Converts octal numbers to hexadecimal. |
%RCE |
Replaces every occurrence of a text string with another text string in a routine or a list of routines. |
%RD |
Lists routine names available through your $ZROUTINES search list. |
%RO |
Writes MUMPS routines in ANSI transfer format. |
%RSE |
Searches for every occurrence of a text string in a routine or a list of routines. |
%RSEL |
Selects MUMPS routines and places their directories and names in a local array. |
%SQROOT |
Calculates the square root of a number. |
%ST |
Displays the current users of a GT.M run-time library, optionally by image. |
%T |
Displays the current time in [h]h:mm AM/PM format. |
%TI |
Converts time to $HOROLOG format. |
%TO |
Converts the current time from $HOROLOG format to [h]h:mm AM/PM format. |
%UCASE |
Converts a string to all upper case. |