Karen The code is for my eyes only so as long as it works and I understand it that is OK for me.
Separate commands may be best in case one of the vars is null I can skip that SRPL. Thanks Marc ----- Original Message ----- From: [email protected] To: RBASE-L Mailing List Sent: Monday, January 12, 2009 9:38 AM Subject: [RBASE-L] - Re: SRPL limit? Wow! I have never embedded even 2 SRPLs together. I would not be able to figure out what you're doing with this statement. Unless you're doing it for for job security reasons, if you're interested in anyone else figuring out this code, I would suggest separate SRPLs! If you're doing it as a form or report variable and don't want to do multiple ones, then maybe a stored procedure that you can CALL. JMO Karen Hi I am building form letters and need to do about 20 SRPL's. Is there a better way or do I string 20 SRPL's together? The example only has 5 SRPL's SET VAR vtext = (SRPL((SRPL((SRPL((SRPL((SRPL (.vxtext, '[fname]',.vfname,1)), '[heshe]', .heshe,1)),'[himher]', .himher, 1)), + '[xx1]', .vxxmpt1,1)), '[xx2]', .vxxmpt2,1)) Thanks Marc

