I'm using [prepend open "/path to file/"] with coll. Coll has a listing convention;
[coll]
1, this is a file;
2, this is another file;
[coll]
|
[prepend open "/path to file/"]
|
[print]
|
open /path to file/ this is a file
This works but there's a space before "this is a file". I've tried removing the space in the coll file but it doesn't work.
Any help or ideas?