Returns a list of strings that represents a row in the truth table, including hyperlinks to referenced elements. Each string in the list includes the text in the truth table cell. The row's index range is [0..num_of_rows-1]. Row 0 returns the list of table header strings.Function type:
LIST OF STRING
STM_R_TT_ROW_HYPER(IN el: ELEMENT ,IN row_num: INTEGER ,IN format: STRING, OUT status: INTEGER): LIST OF STRING;