and if there is any confusion about whether or not to use ampersand in a command line,
create the
entire command line assignment to a variable like:
set var vcmd = ('load tablea from' & .vfile & 'as ascii')
then:
&vcmd
----- Original Message -----
From: "Emmitt Dove" <[EMAIL PROTECTED]>
To: "RBASE-L Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, July 10, 2003 12:20 PM
Subject: [RBASE-L] - RE: RBw65.exe has caused an exception
> Try using &vfile instead.
>
> >I have finally found the line of code that is causing it to crash, even in
> >trace mode. I am doing a :
> >load tablea from .vfile as ascii
> >I redefine the vfile variable in a whileloop just before I do the load.
> >Could this be the problem?
> >
> >rich
>
> Emmitt Dove
> Manager, DairyPak Business Systems
> Blue Ridge Paper Products, Inc.
> 40 Lindeman Drive
> Trumbull, CT 06611
> (203) 673-2231
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
>