swirl Guide to OmniMark 5   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesOMX VariablesErrors
 
     
operator   ||*    

Syntax

  string-expression ||* numeric-expression


Purpose

An operator that concatenates copies of the specified string-expression. The number of copies is specified with the numeric-expression. The numeric-expression value must be greater than or equal to 0 (zero):

  process
     output "*" ||* 4

The above code outputs:

  ****

The keyword repeated is a deprecated synonym for ||*.

       
----  

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ OMX ] [ OMX ] [ ERRORS ]

Generated: August 11, 2000 at 3:06:57 pm
If you have any comments about this section of the documentation, send email to docerrors@omnimark.com

Copyright © OmniMark Technologies Corporation, 1988-2000.