Description
This method inserts or removes customizable bylines from text. Bylines are configured in EdConfig.bylinesstyles.
This method is called from InsertAutoByline.
Syntax
sysInsertByline(aA) |
aA
a one-dimensional array (one row, 7 columns)
aA(0,0) = tagname to insert in the first line, in format "tagname"
aA(0,1) = what to insert F,M,D
aA(0,2) = prefix for first line, e.g. "By" or nothing
aA(0,3) = tagname to insert in the second line
aA(0,6) = list of styles for the first line
aA(0,7) = list of styles for the second line
See also