Hi,
I'm trying to record a timecode + a file-path with spaces using [textfile]
example:
22450 /Users/Nico/my great directrory float float symbol float symbol float
When I [unpack] before [textfile] I get what I need:
f= 22450 s= /Users/Nico/my great directrory etc...
But when I [unpack] after replaying the file.txt using [msgfile] I can't figure out how to get the same, right now I get this:
f= 22450 s= /Users/Nico/my s= great s= directory etc...
any idea ?
cheers,
Nicolas