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)) ++ >

