Charles, I wonder if it's the MD or CD command that cannot be evaluated? the forward slash in the default date format is illegal in a file name.
Try this:
SET VAR vNewDirectory TEXT = ('g:\' + format(.#DATE,'mm-dd-yyyy')
+ '\' + ctxt(.vcount))
Bill
On Fri, 24 Jan 2003 14:56:07 -0600, Charles Parks wrote:
>SET VAR vNewDirectory TEXT = ('g:\' + (ctxt(.#date)) + '\' +
>(ctxt(.vCount)))?
>
>I have verified that .vCount does have a value but Rbase says this
command
>cannot be evaluated.

