2 Oct
2012
2 Oct
'12
1:31 p.m.
Hello, Hans!
Shall I simply do something like this?
[...]
this is not the recommended way .. better do somethign like this: [...] function document.MyCharacterMess(str,filename)
Loved your function naming! :-) What is this "str"?
if file.nameonly(filename) == "ward" then str = table.concat(string.totable(str,"."), " + ")
What is this doing?
[...] utilities.sequencers.appendaction(textfileactions, "system","document.MyCharacterMess")
Why is "document.MyCharacterMess" a string? Isn't it less error-prone to use the function itself, instead of its name? Sorry for my naive basic questions... :-) Cheers, André Caldas.