MatchUp Object:Matchcode:Creation

From Melissa Data Wiki
Jump to navigation Jump to search

← 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)