Measurement-computing Micro 488/EX rev.2.1 User Manual Page 86

  • Download
  • Add to my manuals
  • Print
  • Page
    / 218
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 85
Section 5 Command Descriptions
5.16
CASE
The
CASE
command sets whether the
DAY
or
DATE
text is output in
UPPER
case
or capitalized
LOWER
case. The power-on factory default is
LOWER
case. This power-
on default can be modified with the
SAVE
command. Refer to the
SAVE
command for
details.
SYNTAX
CASE
[
;
]{
UPPER
|
LOWER
}
UPPER
specifies all
DAY
and
DATE
text to be output in upper case.
LOWER
specifies all
DAY
and
DATE
text to be output in capitalized
lower case.
RESPONSE None
MODE Any
BUS STATES None
EXAMPLES PRINT#1,"DAY"
INPUT #1,D$
Read the day string
PRINT D$
Printed to the screen
Monday
PRINT#1,"CASE UPPER"
PRINT#1,"DAY"
INPUT #1,D$
Read the day string
PRINT D$
Printed to the screen
MONDAY
Page view 85
1 2 ... 81 82 83 84 85 86 87 88 89 90 91 ... 217 218

Comments to this Manuals

No comments