Difference between revisions of "MatchUp Object:Matchcode:Creation"

From Melissa Data Wiki
Jump to navigation Jump to search
(Created page with "{{MatchUpObjectMatchcodeInterfaceNav |FunctionsCollapse= }} {{CustomTOC}} ==CreateNewMatchcode== This function creates a new, blank matchcode, represented by the current ins...")
 
(No difference)

Latest revision as of 17:46, 31 July 2015

← MatchUp Object Reference

MatchUp Object Matchcode Interface Navigation
Overview
Order of Operations
Mapping Information
Functions
Initialization
Creation
Retrieval
Properties
Component Information
Mapping
Change Settings
Read Settings
Modification
Saving



CreateNewMatchcode

This function creates a new, blank matchcode, represented by the current instance of the Matchcode class.

This function accepts a single character string, the name for the newly created matchcode. This name must be unique. It cannot be used for another matchcode in the same matchcode file.

If the function successfully creates a new matchcode, it returns a non-zero integer value. A zero value means that there was an error, most likely because the matchcode name was already in use.

Syntax int = mdMC->CreateNewMatchcode(MatchcodeName)
C int = mdMUMatchcodeCreateNewMatchcode(mdMC, MatchcodeName)
.Net integer = mdMC.CreateNewMatchcode (MatchcodeName)