sysInsertByline Script

Build 1501 on 14/Nov/2017  This topic last edited on: 9/May/2012, at 13:04

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

InsertAutoByline