comment
- Format:
- com
*
ment(gqe_id, int_expr line, int_expr token_number
*
)
- Result:
- Number, text
- Description:
- Returns a token of a comment line or the entire line.
This function works for SCANs and ARRAYs only.
Line
is the number of the comment line [1...10].
The last argument is the number of the token to be returned.
See section 5.2 for a definition of the term token.
If
*
is supplied instead of a token number,
the entire comment line is returned.
- e.g.:
-
- SPECTRA
>
set bpu1/com_1=”ECAL = 1200"
- SPECTRA
>
*
= comment(bpu1, 1, 3)
1200