9.0

251
Description
Return the time part of date encoded as a string value.
Parameter Description
Date$ Convert this string value to the time part of date it represents.
See Also: DateSerial, DateValue, TimeSerial.
Example
Sub Main
Debug
.Print TimeValue("1/1/2000 12:00:01 AM")
'12:00:01 AM
End
Sub
Trim$ Function
Syntax
Trim[$](S$)
Group
String
Description
Return the string with S$'s leading and trailing spaces removed.
Parameter Description
S$ Copy this string without the leading or trailing spaces. If this value is Null then Null is
returned.
See Also: LTrim$( ), RTrim$( ).
Example
Sub Main
Debug
.Print ".";Trim$(" x ");"." '".x."
End
Sub
Type definition
Variable and parameter types, as well as, function and property results may be specified using a type character as
the last character in their name.
Type char As Type
% Integer
? PortInt
& Long
! Single
# Double
@ Currency
$ String