Campbell CR800 Specifikace Strana 118

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 324
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 117
1 2 ... 113 114 115 116 117 118 119 120 121 122 123 ... 323 324

Komentáře k této Příručce

Žádné komentáře