MC-Basic:axis.MasterSource.Name

From SoftMC-Wiki
Revision as of 12:25, 13 September 2017 by Itay (talk | contribs) (AXY: new links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

The query return the master name and type as a string. It can sign into string variable , send as a parameter into function , to compare or concatenate into other string.

Short form

<axis>.MSour.master

Syntax

<axis>.MasterSource = <source>

?<axis>.MasterSource.master

Availability

Versions 4.7.14 and higher also was added at 4.6.27 and higher.

Type

String

Units

none

Default

NONE.NONE

Scope

Configuration, Task or Terminal

Examples

common shared mstr as string
Xaxis.Mastersource = Yaxis.pfb
?Xaxis.Mastersource.Name
Yaxis.pfb
mstr = Xaxis.Mastersource.Name

See Also