LXE VX8 Reference Manual page 178

Hide thumbs Also See for VX8:
Table of Contents

Advertisement

168
VX8 Reference Guide
%H Hours in 24 hour
format (00 – 23)
%I Hours in 12 hour
format (01 – 12)
%j Day in year (001 – 366)
%m Month as number (01
– 12)
%M Minute (00 – 59)
%p A.M./P.M.-indicator for
12 hour format
%S Seconds (00 – 59)
%U Week number with
Sunday as the first day of
week (00 – 53)
%w Weekday as decimal
number (0 – 6; Sunday is
0)
%W Week number with
Monday as the first day of
week (00 – 53)
%y Year without century
(00 – 99)
%Y Year with century
(1999, 2000, ... )
%% The percent sign
Other characters, for
example .-/, can be used.
Time( "%H.%M" )
Inserts the current time in
the specified format. Time
is just a synonym for Date.
It is the contents of the
format string that affects
the result.
"X" + Left( 2 ) +
Different expressions can
Right( 2 )
be combined.
"<cr><tab>"
Control characters are
specified within <>. See
Characters
that can be used. They are
in the column Abbreviation.
"\x09"
You can specify control
characters and character
codes by entering the \x
prefix followed by their
hexadecimal code (two
digits).
"\d013"
You can specify control
characters and character
codes by entering the \d
prefix followed by their
decimal code (three digits).
Input() +
The entire input data string,
"<tab>1<cr>"
the Tab key, a one, the
Enter key.
Reboot()
Closes all programs and
restarts the pc. If a
program has a document
that hasn't been saved that
program will display a
question whether you want
to save the document or
not. This stops the reboot
process until you answer
the question.
RebootForced()
Closes all programs and
restarts the pc. When this
function is used no unsaved
13.20
X12DE
[ENTER][TAB] (The Enter
key is pressed and then the
for the codes
Tab key)
[TAB]
[ENTER]
12345ABCDE[TAB]1[ENTER]
FreeFloat WLinq
E-EQ-VX8RG-A

Advertisement

Table of Contents
loading

Table of Contents