Campbell CR800 Spezifikationen Seite 118

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 324
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 117
Section 5. Program Declarations
5-8
'Subroutine call using Call statement,
'RefT is used for both source and destination.
Call ConvertCtoF(RefT, RefT)
For I = 1 to 4
'Subroutine call without Call statement:
ConvertCtoF(TC_C(I),TC_F(I))
Next I
CallTable TempsF
NextScan
EndProg
Units
Used to assign a unit name to a field associated with a variable.
Syntax
Units Variable = UnitName
Remarks
Units allows assigning a unit name to a field. The unit name appears in the
header of the output files. The unit name is a text field that allows the user to
label data. When the user modifies the units, the text entered is not checked by
the CRBasic editor or the CR800.
Example
Dim TCTemp( 1 )
Units TCTemp( 1 ) = Deg_C
Seitenansicht 117
1 2 ... 113 114 115 116 117 118 119 120 121 122 123 ... 323 324

Kommentare zu diesen Handbüchern

Keine Kommentare