Returns the offset of the passed character string
──────────────────────────────────────────────────────────────────────────────
Syntax
GT_Offset(<str>) --> nOffset
Arguments:
<str> - Character String
Returns:
nOffset - The offset of <str>.
Description:
This function will become invaluable when calling GT_Int86()
functions, as some of these functions will need to know the address
of strings that are passed in.
Examples:
? GT_Offset(str)
Source: GT_OFF.C
Author: Brian Dukes