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:
Содержание CR800 Series
Страница 2: ......
Страница 4: ......
Страница 6: ......
Страница 32: ......
Страница 34: ......
Страница 54: ......
Страница 92: ......
Страница 190: ...Section 7 Installation 190 FIGURE 40 Running Average Frequency Response FIGURE 41 Running Average Signal Attenuation ...
Страница 310: ......
Страница 446: ...Section 8 Operation 446 8 11 2 Data Display FIGURE 100 CR1000KD Displaying Data ...
Страница 448: ...Section 8 Operation 448 FIGURE 102 CR1000KD Real Time Custom ...
Страница 449: ...Section 8 Operation 449 8 11 2 3 Final Storage Data FIGURE 103 CR1000KD Final Storage Data ...
Страница 450: ...Section 8 Operation 450 8 11 3 Run Stop Program FIGURE 104 CR1000KD Run Stop Program ...
Страница 452: ...Section 8 Operation 452 FIGURE 106 CR1000KD File Edit ...
Страница 456: ......
Страница 462: ......
Страница 523: ...Section 11 Glossary 523 FIGURE 116 Relationships of Accuracy Precision and Resolution ...
Страница 524: ......
Страница 526: ......
Страница 556: ......
Страница 558: ......
Страница 560: ......
Страница 597: ......