I'm once again being a rebel and using /free. I'm trying to do some simple string concatenation to build an sql statement. I have a piece of code that goes a little something like this...
STATE is a 3A in my DDS, and WHERECLAUSE is a 75A in my program.
What's with the error?
Code:
IF STATE <> *BLANKS;
WHERECLAUSE += ' AND CSTE='+STATE;
ENDIF;
What's with the error?



I just tried it out. And you can thank Mr. Klement. I found an example he gave in some other forum(not to be 
Comment