![]() ![]() |
new_imcombine
The new_imcombine function is a non-class version of the CImCombine:new method which creates and returns a new CImCombine object.
C = new_imcombine()
C = new_imcombine( CImCombine_old )
|
Two overloads are provided for the CImCombine class. They create a default CImCombine and a copy of a CImCombine. If you pass something other than nil or another CImCombine—such as a string—then the default constructor is used.
The following script illustrates using both constructors. All produce the same result:
|
-- create CImCombine C1 and initialize |
|
-- enable verbose listing of results |
|
-- copy C1 to a new CImCombine C2 |
|
-- result: C1 verbose = 1 (=true) |
|
-- result: C2 verbose = 1 (=true) |
Mira Pro x64 Script User's Guide, v.8.73 Copyright Ⓒ 2024
Mirametrics, Inc. All Rights Reserved.