Hello and thanks for checking,
I am confused with datatypes -lists and symbols- when using them with trigger, msgfile and list objects.
If you check the attached patch it should be clear what I do not understand, but let me explain:
I am building a part of a bigger patch. The part does this:
receive text (from a sort of chat)
get date/time through "shell" and prepend it to the text.
append "
"
append "insert"
send to msgfile
bang a script
A message constructed like this looks like:
insert 17/09/13-20:57 Hello how are you?
problem 1:
object is outputting a symbol ?
problem 2: sometimes trigger receives a list and tells me "can only convert 's' to 'b' or 'a'"
problem 3: sometimes msgfile receives a list and tells me "no method for symbol"
Can somebody explain, please? or direct me to a place where to read and undesrtand?
Alternatively you can propose a better way to construct that message, because my way looks terrible, jeje.
Thank you very much