Section 7. Installation
159
Caution
Concerning characters allowed in names, characters not listed
in in the table,
Rules for Names
, may appear to be supported in a specific
operating system. However, they may not be supported in future
operating systems.
Rules for Names
Name
Category
1
Maximum
Length
(number of
characters)
Allowed characters
Variable or array
39
Letters A to Z, a to z, _ (underscore),
and numbers 0 to 9. Names must start
with a letter or underscore. CRBasic
is not case sensitive.
Units are excepted from the above
rules. Since units are strings that ride
along with the data, they are not
subjected to the stringent syntax
checking that is applied to variables,
constants, subroutines, tables, and
other names.
Constant
38
Units
38
Alias
39
Station name
64
Data-table name
20
Field name
39
Field-name
description
64
1
Variables, constants, units, aliases, station names, field names, data table
names, and file names can share identical names; that is, once a name is used,
it is reserved only in that category. See
Predefined Constants
(p. 138)
for another
naming limitation.
7.6.3.15 Expressions in Arguments
Read More
See
Programming Expression Types
(p. 160).
Many CRBasic instruction parameters allow the entry of arguments as
expressions. If an expression is a comparison, it will return
-1
if true and
0
if false.
See
Logical Expressions
(p. 163).
The following code snip shows the use of an
expressions as an argument in the
TrigVar
parameter of the
DataTable()
instruction:
Summary of Contents for CR800 Series
Page 2: ......
Page 4: ......
Page 6: ......
Page 32: ......
Page 34: ......
Page 54: ......
Page 92: ......
Page 310: ......
Page 446: ...Section 8 Operation 446 8 11 2 Data Display FIGURE 100 CR1000KD Displaying Data ...
Page 448: ...Section 8 Operation 448 FIGURE 102 CR1000KD Real Time Custom ...
Page 449: ...Section 8 Operation 449 8 11 2 3 Final Storage Data FIGURE 103 CR1000KD Final Storage Data ...
Page 450: ...Section 8 Operation 450 8 11 3 Run Stop Program FIGURE 104 CR1000KD Run Stop Program ...
Page 452: ...Section 8 Operation 452 FIGURE 106 CR1000KD File Edit ...
Page 456: ......
Page 462: ......
Page 523: ...Section 11 Glossary 523 FIGURE 116 Relationships of Accuracy Precision and Resolution ...
Page 524: ......
Page 526: ......
Page 556: ......
Page 558: ......
Page 560: ......
Page 597: ......