setMacro
Class: coder.make.BuildItem
Package: coder.make
Set macro name of build item
Syntax
h.setMacro(blditm_macroname)
Description
sets
the macro name of an existing build item.h
.setMacro(blditm_macroname
)
Input Arguments
Examples
bi = coder.make.BuildItem('bldtmvalue')
bi = Macro : (empty) Value : bldtmvalue
bi.setMacro('BIMV2');
bi.getMacro
ans = BIMV2