What would be the correct way to write this statement:
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.
What would be the correct way to write this statement:
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.