Macro: WRITE$HEX$HELP

Module location: FMAC line 9004 (view source)

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Command: WRITE_HEX {CHANNEL channelNum} {value}*n Description: Writes any set of values (expressions, variables, etc.) to the chosen sequential channel in the form of a stream of two digit hex codes, e.g., the string "abc" would be written as "616263". Parameters: channelNum: The number of the sequential device channel to be read from. If not specified, the currently active input channel is read from. value: Any variable, expression, etc. to be written out. The value is evaluated and converted to a string before being written, e.g., a value of (1 + 1) would be converted to the string "2" and then written out as "50" which is the hex code corresponding to the character '2'. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

  #IF (!0>0)
    !A [] $10F !1
    WRITE$HEX$HELP !2 !3 !4 !5 !6 !7 !8 !9
  #ENDIF