07-26-2007, 04:54 PM
try this.
You can see more about 'from' on my blog at
http://themacrohook.blogspot.com/search/label/from
str a b
a="this is the file contents"
b.time("%m%d%Y")
out b
b.from("c:\temp\" b ".txt")
out b
a.setfile(b)
You can see more about 'from' on my blog at
http://themacrohook.blogspot.com/search/label/from