Main Content
getMacro
Class: coder.make.BuildItem
Namespace: coder.make
Get macro name of build item
Syntax
h.getMacro
Description
returns the macro name of an existing
build item.h
.getMacro
Input Arguments
Examples
bi = coder.make.BuildItem('bldtmvalue')
bi = Macro : (empty) Value : bldtmvalue
bi.setMacro('BIMV2');
bi.getMacro
ans = BIMV2
Version History
Introduced in R2013a