
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
Kommentare zu diesen Handbüchern