WBTYPE.TXT

--- WordBasic statements and functions that use TypeDouble:

double = Abs (double)
AppSendMessage [string], double, double, double
string = Date$ ([double])
double = DateSerial (short, short, short)
double = DateValue (string)
short = Day (double)
Font string, [double]
double = FontSize ([double])
string = GetDirectory$ ([string], double)
double = GetDocumentProperty(string, integer)
short = Hour (double)
double = HScroll ([double])
double = Int (double)
double = Lof (short)
short = Minute (double)
short = Month (double)
double = NextTab (double)
double = Now()
OnTime double or string, string, [double]
double = PrevTab (double)
double = Rnd ([short])
short = Second (double)
double = Seek (short, [double])
short = Sgn (double)
string = Str$ (double)
string = TabLeader$ (double)
short = TabType (double)
string = Time$ ([double])
double = TimeSerial (short, short, short)
double = TimeValue (string)
double = Today()
double = ToolsCalculate ([string])
double = ToolsRevisionDate()
double = Val (string)
double = VScroll ([double])
short = Weekday (double)
short = Year (double)

--- WordBasic statements and functions that use TypeLong:

AOCEClearMailerField long
long = Days360 (string, string)
long = GetSelEndPos()
long = GetSelStartPos()
string = GetText$ (long, long)
long = InStr ([short], string, string)
string = Left$ (string, long)
long = Len (string)
long = MailMergeGoToRecord ([long])
string = Mid$ (string, long, [long])
string = Right$ (string, long)
SetSelRange long, long
string = String$ (long, string)

--- Far East
long = BytePos (string, long)
long = InStrB ([short], string, string)
string = LeftB$ (string, long)
long = LenB (string)
string = MidB$ (string, long, [long])
string = RightB$ (string, long)
