Thanks, Bill, I'm on v7.6 - but I don't _think_ that the size of the resulting variable will breach the limit.
I'll try breaking the SET VAR into 2 or 3 stages and then concatenate the results... Regards, Alastair. ----- Original Message ----- From: Bill Downall To: RBASE-L Mailing List Sent: Wednesday, May 13, 2009 8:01 PM Subject: [RBASE-L] - Re: Set Var/ChkVar problem Alastair, What version do you use? The expression size limit is 2000 characters in V8, and 240 characters in V7.6, 7.5. There's also a limit to a number of "items" or "tokens" in an expression, but I'm not sure what that is. Bill On Wed, May 13, 2009 at 2:41 PM, Alastair Burr <[email protected]> wrote: Can anybody see/explain why this is not working: SET VAR vFormData TEXT = NULL SET VAR vFormData = + ('Form Name:' & (IFEQ( (CHKVAR('RBTI_FORM_FORMNAME')), 1, (CTXT(.RBTI_FORM_FORMNAME)), ' ')) + (CHAR(013)) + (CHAR(010)) ++ ------------------------------------------------------------------------------ No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.5.325 / Virus Database: 270.12.27/2111 - Release Date: 05/12/09 18:03:00

