append position, (having the comma within the list)
I want to get "position," into a message - that is with the comma attatched
If I do [append position,] the comma doesn´t follow - the append object sems to discard it
If i but [sprintf %s ,] after the [append position] object , I loose "position" out of the string leaving a comma after the former message ( which is agent)
So I get the message [agent,] ???
Silly me
[append ,] works fine :)
sorry for spamming