CVariable Constructors: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{DISPLAYTITLE:cVariable Constructors}}{{Template:API}}{{Template:APIBreadcrumb|9|.cVariable}} <onlyinclude>A parameterized constructor for the [[CVariable …')
(No difference)

Revision as of 22:41, 11 August 2015

APIWiki.png


Member of: SynthesisAPI9.cVariable


A parameterized constructor for the cVariable class.

Syntax

cVariable(Name)

Parameters

Name

String. The name for the new variable. (Required)


Example

VB.NET

 'The following code creates a new variable called "Variable_A." 
 Dim Variable As cVariable("Variable_A")