Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
A number of functions are provided to format and parse CString objects. You can use these functions whenever you have to manipulate CString objects, but they are particularly useful for formatting strings that will appear in message-box text.
This group of functions also includes a global routine for displaying a message box.
CString Functions
Extracts substrings separated by a single character from a given source string. |
|
Substitutes a given string for the format characters "%1" in a string contained in the string table. |
|
Substitutes two strings for the format characters "%1" and "%2" in a string contained in the string table. |
|
Displays a message box. |