Inrego
New Member
- Joined
- Feb 7, 2010
- Messages
- 2,765
- Reaction score
- 71
Hey - in lua I've defined
and I'd like to read the value of MailRecipent - so that in this example it should be a string "Dummy".
I'm guessing I should use Lua.GetReturnValues - but that doesn't give me a string.
Any help is appreciated.
Code:
MailRecipent = "Dummy"
I'm guessing I should use Lua.GetReturnValues - but that doesn't give me a string.
Any help is appreciated.