Re: Breaking Long Query into multiple statements ?
- From: Bernhard Sander <fuchs@xxxxxxxxxxxxxx>
- Date: Tue, 31 May 2005 12:32:14 +0200
Hi Tony,
Yes. In old versions of foxpro there was a limit with the length for each single variable involved in macro expansion. This limit was about 256 characters. But composing a line by more than on variable was possible up to the command line length limit of 2K.Did you use those in the scan as example. Scan for &var1 &var2 &var3
What version of foxpro do you use?
> I tried joining them like > var4 = var1+var2+var3 > and then > scan for &var4 > Did not work.
Attention, there is a little difference between
Scan for &var1 &var2 &var3
and
Scan for &var1&var2&var3
In the first line there are some more blanks in the resulting command.
Maybe these blanks are needed or the are not allowed or they don't matter. It depends on your varN.
Regards Bernhard Sander .
- Follow-Ups:
- Re: Breaking Long Query into multiple statements ?
- From: tsperduti
- Re: Breaking Long Query into multiple statements ?
- References:
- Breaking Long Query into multiple statements ?
- From: Luqman
- Re: Breaking Long Query into multiple statements ?
- From: Andrew Howell
- Re: Breaking Long Query into multiple statements ?
- From: Ook
- Re: Breaking Long Query into multiple statements ?
- From: Mike McDowall
- Re: Breaking Long Query into multiple statements ?
- From: TonySper
- Re: Breaking Long Query into multiple statements ?
- From: Bernhard Sander
- Re: Breaking Long Query into multiple statements ?
- From: TonySper
- Breaking Long Query into multiple statements ?
- Prev by Date: mega help needed with sp1 and vfp8.0
- Next by Date: RUN problem on Windows 98
- Previous by thread: Re: Breaking Long Query into multiple statements ?
- Next by thread: Re: Breaking Long Query into multiple statements ?
- Index(es):
Relevant Pages
|