EEex_CopyCString
EEex_CopyCString(CString)
Copies the given CString and returns its pointer
Parameters
CString - the CString to copy
Return
Returns a pointer to the copied CString
Example
local variableNamePtr = EEex_ConstructCString(variableName)
local variableNameLookupPtr = EEex_CopyCString(variableNamePtr)
See Also