ExportString
Appearance
| Environment: | Mission Scripting | |
|---|---|---|
| Function: | ExportString | |
| Function Description: | Takes a string and returns it formatted with quotes around it for safe string output. | |
| File Location: | cmm.stringFunctions.lua | |
| Syntax: | CMM.ExportString( string s ) | |
| Return Value: | string | |
| Parameters: | Name | Description |
| s | The input string to be padded and enclosed in quotes. | |
| Example: | CMM.ExportString("Hello World") | |
| Example Description: | Returns "Hello World" when given the input string "Hello World". | |
| Related Functions: | ||
| Notes: | ||