Text

From MultiCharts
Revision as of 14:42, 25 January 2012 by 194.84.116.138 (talk) (Created page with "Returns the string, formed up by the transferred arguments. ==== Usage ==== <syntaxhighlight>Text(Param1, Param2, ..., ParamN);</syntaxhighlight> Where: Param(i) is s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns the string, formed up by the transferred arguments.

Usage

Text(Param1, Param2, ..., ParamN);

Where: Param(i) is string expression, numeric expression or True/False value.

Example

Text_new(D,T,C,Text("Bar Date/Time is ",Date:0:0,"/",Time:0:0));