Jan/Jason:
Thanks! The '&' variable form gets it.
Bruce
-------- Original Message --------
Subject: [RBASE-L] - Re: Simple command syntax error
From: Jason Kramer <[email protected]>
Date: Tue, June 26, 2012 12:24 pm
To: [email protected] (RBASE-L Mailing List)
I think you need to change the line:
BROWSE * FROM .vbtable
to
BROWSE * FROM &vbtable
Jason
Jason Kramer University Archives and Records Management 002 Pearson Hall (302) 831 - 3127 (voice) (302) 831 - 6903 (fax)On 6/26/2012 3:21 PM, jan johansen wrote:
Bruce,You may want to build the commandSET VAR vbtable TEXT = NULLSET VAR vbtable = .%1SET VAR vCommandLine TEXT = ('BROWSE * FROM '+.vbtable)&vCommandLIneCLEAR VAR vbtableRETURN-----Original Message-----
From: "Bruce Chitiea" <[email protected]>
To: [email protected] (RBASE-L Mailing List)
Date: Tue, 26 Jun 2012 12:14:59 -0700
Subject: [RBASE-L] - Simple command syntax error
All:Table 'pksdatatest' exists, in good shape.If I run 'BROWSE * FROM pksdatatest' ... at the R> prompt, I get what you'd expect.If I run 'RUN lookit.rmd USING pksdatatest' ... at the R> prompt, I get the error:'Syntax is incorrect for the command BROWSE (2045)'Lookit.rmd:SET VAR vbtable TEXT = NULLSET VAR vbtable = .%1BROWSE * FROM .vbtableCLEAR VAR vbtableRETURNShow Var verifies that:vbtable = pksdatatest%1-0 = pksdatatestTRACE bombs on the BROWSE line as well.Thoughts?Bruce

