BR



The BR standard function inserts line-breaks into the page. By default, only one will be inserted, but the number of line-breaks can be specified.


##BR(integer {Count})


  • Name: Count {Optional}
    • Type: integer
    • Default: 1
    • Description: The number of line breaks to insert.



##BR()
##BR(10)



Function Calling Convention
Scope Function
Instruction Function
Standard Function