EEex_WriteStringAuto
Write a string
EEex_WriteStringAuto(string)
Parameters
string - text to write to memory
Returns
Returns address of the string
Notes
Example
local nAddress = EEex_WriteStringAuto("test")
See Also
Write a string
EEex_WriteStringAuto(string)
Parameters
string - text to write to memory
Returns
Returns address of the string
Notes
Example
local nAddress = EEex_WriteStringAuto("test")
See Also