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

