MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / WizFormatString6

Function WizFormatString6

src/share/WizMisc.cpp:685–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683}
684
685CString WizFormatString6(const CString& strFormat, const CString& strParam1, const CString& strParam2, const CString& strParam3, const CString& strParam4, const CString& strParam5, const CString& strParam6)
686{
687 CString str(strFormat);
688 str.replace("%1", strParam1);
689 str.replace("%2", strParam2);
690 str.replace("%3", strParam3);
691 str.replace("%4", strParam4);
692 str.replace("%5", strParam5);
693 str.replace("%6", strParam6);
694 return str;
695}
696
697CString WizFormatString7(const CString& strFormat, const CString& strParam1, const CString& strParam2, const CString& strParam3, const CString& strParam4, const CString& strParam5, const CString& strParam6, const CString& strParam7)
698{

Callers 2

formatQuerySQLByTime3Method · 0.85
onEditorLoadFinishedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected