R>set var vcount int = 12
Then I cut and pasted your statement exactly as you had it:
R>SET VAR vNewDirectory TEXT = ('g:\' + (ctxt(.#date)) + '\' + (ctxt(.vCount)))
Then I typed:
R>show var
This command yielded:
vNewDirectory = g:\01/24/03\12
TEXT
In other words, it worked fine.
(Rbase 2000 v6.5++ for Windows, building 1.682xRT03)
-- Lou Hirsh
Charles Parks wrote:
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.
begin:vcard n:Hirsh;Louis L. tel;fax:302-831-6905 tel;work:302-831-1209 x-mozilla-html:FALSE org:University of Delaware adr:;;116 Hullihen Hall;Newark;DE;19716; version:2.1 email;internet:[EMAIL PROTECTED] title:Deputy Director of Admissions and Chair, University Scholarship Committee fn:Louis L. Hirsh end:vcard

