Hello Kevin,
What you needed to do was pack things together and then make a message box that looks like [$1$2(
This will combine the elements without a space between them.
Good luck, Yourself
On 4/4/07, Kevin McCoy km.takewithyou@gmail.com wrote:
Hello list,
I am trying to make a GOP abstraction for [writesf~] and I would like the creation arg ($1) to be a path, so I could then have a symbol box for the filename to write. I need the creation argument to combine with the symbol, for example:
creation argument: /Users/me/Desktop symbol: fooey.wav
result: /Users/me/Desktop/fooey.wav (this will be part of the "open" message sent to writesf~)
So I guess I need to add another "/" in there too... any ideas? When you pack things together it puts a space in between them which won't work for this :)
Thanks! Kevin
--